Net Command Help
Posted: 17 Jan 2010 23:46
How do I make this automatic so that no one has to enter a password so it would replace the password and password confirmation with code that would automatically type in a password.
@echo off
net user %username% *
password
password confirmation
exit
@echo off
net user %username% *
password
password confirmation
exit