Moving a Large Number of Files with Windows

If you are ever in the situation where you need to move a large number of files in Windows and notice that explorer is not responding you can try the move command.

Open a Command Prompt

Windows + R + cmd

Run your move command

C:\> move /y C:\source_directory\*.jpg C:\destination_directory\

Explanation

  • /y – Suppresses the prompt to overwrite
  • *.jpg – This will move all JPEG images. You can use the same technique for other extensions or all files. *.* or *

Resources

http://www.computerhope.com/movehlp.htm

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter

Related Posts

  • No Related Post

Tags: , , ,

Leave a Reply





Donate

If you found this article useful and would like to see more like it this please consider making a donation.

Sponsors