I need help writing a script to copy a bunch of files. I am trying to relocate users' my documents folders.
currently they are stored in this location:
"\\servername\username\" (each user is shared individually. all username folders have the same "documents" label because of the desktop.ini file -very confusing)
i would like to move them all to:
"\\servername\sharename\username\my documents\"
so far i have this running as a loggoff script but it isnt ideal:
robocopy "\\servername\%username%" "\\servername\newshare\%username%\My documents" /mir /sec
what would be the best way to move the files directly on the server without using logon/off scripts?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
the script worked in my test setup! not sure what all switches do though, but thanks
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst