Search found 1 match
- 28 Feb 2015 13:00
- Forum: DOS Batch Forum
- Topic: Batch file for creating new user account
- Replies: 5
- Views: 4290
Batch file for creating new user account
I need to create a batch file using the "net user" command. I'm familiar with creating accounts using the "net user" command, but I need to create a batch file that asks the operator to enter the user name to be created, then run the command using the "net user" interfa...