質問

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.

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top