Looping xcopy script

2.5k Views Asked by At

Trying to use xcopy but when I put it in a batch script as:

Xcopy "C:\Users\%USERNAME%\Desktop\A" "C:\Users\%USERNAME%\Desktop\B" /E

and run it...it loops over and over again. But if I paste that line into command line and hit enter it works. Why is this and how do I fix this? Robocopy works fine in a script.

1

There are 1 best solutions below

2
On BEST ANSWER

Is the name of your batch script "Xcopy.bat" ? If yes change the name....