button_ripple Posted November 17, 2008 Posted November 17, 2008 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?
apeo Posted November 17, 2008 Posted November 17, 2008 http://www.edugeek.net/forums/how-do-you-do/12304-bulk-folder-creation.html 1
plexer Posted November 17, 2008 Posted November 17, 2008 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 1
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