1.

Solve : whats that command??

Answer»

is there a dos command for creating NEW users?No. :-/Not in MS-DOS 6.22, but if you're RUNNING MS-DOS in Windows 2000 or XP
you can user the NET USER command:

C:\>net user /?

NET USER [user [PASSWD | *] [OPTIONS]] [/DOMAIN]
user {passwd | *} /ADD [options] [/DOMAIN]
user [/DELETE] [/DOMAIN]

For example:

net user topsecret N13X /ADD



Discussion

No Comment Found