Question:

XCopy Script problem

by  |  earlier

0 LIKES UnLike

I am using XCopy to copy contents of a folder (My documents) to a USB drive. I am doing this on Windows XP. When I set up the script, it seems to run properly the first time. When the user tries it a few days late it no longer works.

I am automating it using a batch file, here is the syntax of the script...

For a full back up

xcopy "C:\My Documents\*.*" F:\Backup /Y /S /E

I am using the following for differential

XCOPY "C:\My Documents" F:\Backup /D/S/H/V/C/F/K/Y

If you can assist, please let me know where I am going wrong.

The user does not have any special permissions.

I have checked on Google and MS, and I can not seem to come up with the proper asnwer.

Thank youanswer

 Tags:

   Report

1 ANSWERS


  1. please try checking the flass memory to make sure it uses F: as a drive..without tha i have seen nothing wrong.

You're reading: XCopy Script problem

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions