Bulk Move Files with Batch Command, Rename Files Easily

Published: 29 October 2019
on channel: PE
2,978
19

Today I’ll guide you how to move bulk files using batch command
First, open Notepad

and write the following command

//command: move /-y “C:\Users\XXX\Documents\ *Sorcim*.txt” “E:\XYZ\”//

This is the source directory while here, we write the Keyword at the beginning of each file name

This is the file extension and this is the destination directory

The dash sign before Y signifies that each time there is a file with the same name in the destination directory, you’ll be prompted whether to replace it or not.

This won’t happen if we don’t use the dash sign.

Now, save the file.
Let’s name it Moving.bat
Notice the bat extension
Now, save it on Desktop as ALL FILES
Next, Close the file,
Go to the Desktop and open your .bat file.

And you’re basically done! Now, if you check in your source directory, you’ll see that the files have been moved.

Alternatively, you can use the Easy File Renamer’s MOVE/ COPY function to bulk move your files from one location to other location(s).


Watch video Bulk Move Files with Batch Command, Rename Files Easily online without registration, duration hours minute second in high quality. This video was added by user PE 29 October 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,978 once and liked it 19 people.