Forum Discussion
1492
Nov 06, 2022Moderator
WIN10 has everything you need to do this built-in.
Start Powershell (right-click Start icon), and use the command:
This should move all .txt extension files in your F: directory, and all sub-directories to whatever directory (folder) you specify such as 'TextFiles'.
Start Powershell (right-click Start icon), and use the command:
- PS F:\> Get-ChildItem -Path ".\*.txt" -Recurse | Move-Item -Destination "F:\TextFiles"
This should move all .txt extension files in your F: directory, and all sub-directories to whatever directory (folder) you specify such as 'TextFiles'.
About RV Must Haves
Have a product you cannot live without? Share it with the community!8,794 PostsLatest Activity: Mar 07, 2025