the destination folder gets renamed to "E My documents" WHY? How to keep that from happening? What arguments can I use to preserve the destination folder name? This only happens when doing robocopy ...
When I run Robocopy "C my pics source" "\my backup pics" /mir, it seems that RoboCopy changes the destination folder name to "my pics source" rather than leave the destination folder name intact. Most ...
First, you have to create a script to copy files from the source folder to the destination folder. We will use the xcopy command for this. The syntax of the command will be as follows: xcopy "path of ...