Hi All,
I want to create a batch file that copies all files in C:\folder to F:\folder (F is another PC) as a backup. Should I use "backup" or "copy" and what switch would make it overwrite only changed files? I don't want it to ask me if I want to overwrite. This is what I have in a .bat file:
xcopy c:\folder\*.* f:\folder\*.* /c /h /s /d
Thanks for the help in advance!
DON
I want to create a batch file that copies all files in C:\folder to F:\folder (F is another PC) as a backup. Should I use "backup" or "copy" and what switch would make it overwrite only changed files? I don't want it to ask me if I want to overwrite. This is what I have in a .bat file:
xcopy c:\folder\*.* f:\folder\*.* /c /h /s /d
Thanks for the help in advance!
DON