Having XCopy copy a file and not overwrite the previous one if it exists (without prompting) -
i'm sending commands remote computer in order have copy file. want file copied, not overwrite previous file same name (if exists). need command run without prompts (xcopy likes prompt whether target name i've specified file or directory, , prompt overwriting file).
no way make not overwrite far know. /y make overwrite. , /i rid of file/dict prompt. see xcopy /?
options
Comments
Post a Comment