Jump to content

Recommended Posts

Posted

Hi All,

 

I need to move/copy all students home folder data from \\server\student data\intakeyear\username1 to \\server\student data\Yearx\username2 due to changing username from a mishmash to sims Id

 

all data setup in csv file (Oldusername = Column A, newusername 2 Column B)

 

Any idea how I can get a script to do this and move to the next line of the csv once one is complete etc ?

 

Many thanks as always!

Posted

alternatively you could use your excel spreadsheet to create a batch file containing the robocopy commands to copy from one folder to another.

 

so for example in column c you could so something like:

 

="copy " & "a1 & " " & b1

 

Ben

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...