cdgill241183 Posted December 17, 2014 Posted December 17, 2014 Hi All, I need to copy a pdf into all the users H: in year 11 at school and instead of manually doing this I was wanting to use Robocopy but having not used this before I don't know we're to start. Any help would be great. Cheers Chris
BKGarry Posted December 17, 2014 Posted December 17, 2014 I would get a list of user directories and use the =concatenate formula in excel to make a bunch of formulas at the end which can be copied into a batch file and run. - - - Updated - - - Also I would run roboccopy /? in cmd to have a look at it switches :-)
sted Posted December 17, 2014 Posted December 17, 2014 id honestly either use gpp to copy it id add copy \\server\share\file.pdf h:\file.pdf /y into their logon scripts
foofighterjim Posted December 17, 2014 Posted December 17, 2014 Useful site for commands and switches: MS-DOS help and commands
mats Posted December 17, 2014 Posted December 17, 2014 Saying H: makes me wonder if you have CC4. If so, you can copy stuff to user folders through the management console. Also - do you really want x copies of the same file on your drives? You could just distribute a link to one copy.
DonWilliams Posted December 17, 2014 Posted December 17, 2014 Below are the commands that we use with Robocopy to move kids from year to year. We also run a fixpermissions powershell afterwords. C:\Users\admin.MCKEESPORT>robocopy \\masd-filesrvr\southhall\users\office\amendolar \\masd-filesrvr\foundershall\users\office\AmedolaR /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG:Robocopy.log Hope this helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now