Batch file to create folders
I hate writing scripts or batch files because I always break things. Can anybody help me make a script that makes a folder inside users home directories.
For example. The students home folder is C:\students\username on the server. What I need to make is a folder inside the \username folder so,
C:\students\username\newfolder
I have over 500 accounts to do so I was hoping that I could use some sort of %username% type command or wildcard. I've Googled but im all out of Google Fu today. :(