Jump to content

Recommended Posts

Posted

Does anyone know of a way that I can create large amounts of folders for users home directories. I have a csv file with pupil names and I would like them converted into folders!

 

I have read the threads on here but none of them were very useful. I don't know enough about scripts to write one to do it.

 

Can anyone help me?

Posted

If a1 contains jsmith

 

in b1 put in ="mkdir d:\home\students\" & a1

 

This would fill b1 with mkdir d:\home\students\jsmith you can fill the fomula down copy and paste it in a blank notepad document and you have batch file to use.

 

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...