Bulk Move Files with Batch Command, Rename Files Easily

Опубликовано: 29 Октябрь 2019
на канале: 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).


Смотрите видео Bulk Move Files with Batch Command, Rename Files Easily онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь PE 29 Октябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,978 раз и оно понравилось 19 людям.