batch file xcopy fails under SP2

  • Thread starter Thread starter Bill Stenzel
  • Start date Start date
B

Bill Stenzel

Windows XP Home, after SP2, a batch copy with xcopy s:*.* from a
network drive to a local drive just hangs. Worked just fine prior to SP2.
 
Problem with batch job was now waiting for response to allow overwriting a
file. I added /Y option to batch command line to suppress this request.
Didn't need it under SP1, so I guess they fixed a loophole.
 
Back
Top