rmeyerowitz
IS-IT--Management
Hi,
I am trying to copy files and if they exist I don't want to overwrite them with xcopy. This is my command
xcopy "c:\Photo Albums\*.*" "K:\Photo Albums\*.*" /s
I know that you add a /Y it will overwrite files without prompting but how do I get it NOT to overwrite files wihtout prompting.
I am trying to copy files and if they exist I don't want to overwrite them with xcopy. This is my command
xcopy "c:\Photo Albums\*.*" "K:\Photo Albums\*.*" /s
I know that you add a /Y it will overwrite files without prompting but how do I get it NOT to overwrite files wihtout prompting.