When I run a robocopy batch file that reads:
robocopy "C:\Users\mgo\Documents" "E:\Documents backup on the UltraBay drive" /mir
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 from a SYSTEM folder (My documents, My pictures, etc) but not when I create a non-system folder and copy the contents to a non-system destination folder that I created. Then the destination folder name does not change. Obviously, it's a Library/System folder thing...
Comments
Post a Comment