Good day,
My goal is to the copy the contents of one folder to another folder and to overwrite any existing files that might be in there with the same name without being prompted.
My source directory has several sub directories and I would like to repeat this in the target location ie. the trees should be the same
I have written a small script and will attach it to a scheduled task (the OS is WIN-XP):
XCOPY C:\DATA\* D:\TEST\ /E /Y
Are my flags correct in this case?
Best regards
My goal is to the copy the contents of one folder to another folder and to overwrite any existing files that might be in there with the same name without being prompted.
My source directory has several sub directories and I would like to repeat this in the target location ie. the trees should be the same
I have written a small script and will attach it to a scheduled task (the OS is WIN-XP):
XCOPY C:\DATA\* D:\TEST\ /E /Y
Are my flags correct in this case?
Best regards