
How do i use Robocopy (or Robocopy GUI) to:
Move all user's data to a new folder within their areas?
that is
move
D:\Pupils\Year xx\%users_name_here%\*.*
to
D:\Pupils\Year xx\%users_name_here%\Documents\*.*
Doing this cos of Vista and its habit of naming their %username% folder to "Documents"
Hope this makes some sense!!
Code:ROBOCOPY D:\Pupils\Year xx\%users_name_here%\ D:\Pupils\Year xx\%users_name_here%\Documents\ /MOVE /R:0 /SEC

erm.. thanks geoff - but HOW do i get it to use a variable such as %users_name_here% so that it walks through all the users in the Year xx directory
Sorry prob wasnt that clear![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)