Advertisement
Guest User

completed

a guest
Feb 14th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.26 KB | None | 0 0
  1. title Register
  2. cls
  3. :start
  4. echo.
  5. set /p newusername="Enter new Username: "
  6. set /p newpassword="Enter new Password: "
  7. @echo Username:%newusername% Password:%newpassword%> "%userprofile%\documents\cmdacoBin.txt"
  8. net user %newusername% %newpassword%
  9. GOTO start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement