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

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -