T
Tom Lavedas
Help for the XCOPY utility's command syntax (as are almost
all OS utilities) is available by by adding a /? after the
command when issued at the command prompt, i.e. XCOPY /?.
There is also help in the desktop help (F1 key)
under 'commands, Command Reference' in the Index.
You want the /-Y switch to suppress the overwrite
confirmation.
xcopy "c:\path\*.*" "D:\path\*.*" /S /D /-Y
Tom Lavedas
===========
all OS utilities) is available by by adding a /? after the
command when issued at the command prompt, i.e. XCOPY /?.
There is also help in the desktop help (F1 key)
under 'commands, Command Reference' in the Index.
You want the /-Y switch to suppress the overwrite
confirmation.
xcopy "c:\path\*.*" "D:\path\*.*" /S /D /-Y
Tom Lavedas
===========