XCOPY access denied error on My Documents folder
- by Ryan M.
Here's the situation. We have a file server set up at \fileserver\ that has a folder for every user at \fileserver\users\first.last
I'm running an xcopy command to backup the My Documents folder from their computer to their personal folder. The command I'm running is:
xcopy "C:\Users\%username%\My Documents\*" "\\fileserver\users\%username%\My…