Tuesday 5 May 2020

Invalid drive specification using XCOPY

https://stackoverflow.com/questions/24907104/invalid-drive-specification-using-xcopy

Try mounting your remote drive locally first:
net use x: \\Server_Name\C$
Then try copying the files from X: instead:
xcopy x:\folder_X\folder_Y c:\Users\folder_Z ... 
To unmount:
net use x: /delete

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Blog Archive