I am trying to copy files for backup before moving them into a directory to be picked up. However, this is failing due to the
Does C:\USERS\ALLID\DESKTOP\batchtesting2\testing.txt specify a file name
or directory name on the target
(F = file, D = directory)?
here is my command line:
XCOPY "c:\USERS\me\DESKTOP\batchtesting\testing.txt" "c:\USERS\me\DESKTOP\batchtesting2\testing.txt" /i /e
However, the /i
isn't working to avoid the prompt.