Hi everyone,
I have a few batch files which copy files from a directory on one server to another server. There is a windows scheduled task which runs these files. The OS of the computer that task is running on has recently been upgraded to windows2000. Now when the batch files run we are being prompted to overwrite the existing files (those being copied). This was not the case before. How do can I get rid of those prompts? We want these batch files to run without human intervention.
Here is the Xcopy line from one of the batch files: xcopy g:\2004rpts\*.* /s o:\
Thanks!
Jenn
I have a few batch files which copy files from a directory on one server to another server. There is a windows scheduled task which runs these files. The OS of the computer that task is running on has recently been upgraded to windows2000. Now when the batch files run we are being prompted to overwrite the existing files (those being copied). This was not the case before. How do can I get rid of those prompts? We want these batch files to run without human intervention.
Here is the Xcopy line from one of the batch files: xcopy g:\2004rpts\*.* /s o:\
Thanks!
Jenn