I'm trying to use robocopy to copy (with file protections) a folder on one disk to another disk on the same W10 computer. I can't get the stupid program to do anything! I have tried this from an admin command window:
# robocopy "f:\My Old Directory" "e:\My New Directory" /copyall
and the darn thing just says "skipped". I have Googled this issue (spaces in directory names) all day and the MS tech portal (along with everybody else on earth) says that is the correct form of the command. See anything wrong with it?
# robocopy "f:\My Old Directory" "e:\My New Directory" /copyall
and the darn thing just says "skipped". I have Googled this issue (spaces in directory names) all day and the MS tech portal (along with everybody else on earth) says that is the correct form of the command. See anything wrong with it?