Reputation: 3325
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.
Upvotes: 1
Views: 2639
Reputation: 9545
Is the name of your batch script "Xcopy.bat" ? If yes change the name....
Upvotes: 5