|
-
June 18th, 2004, 04:27 AM
#1
echo Y & net user
del *.*
asks are you sure
echo Y|del *.*
echo's Y to the question of the following command
net user God 123456789012345
asks are you sure you want long password
echo Y|net user God 123456789012345
gives an error 'No Valid Response Was Provided'
how can I make a password, greater than 15 characters, into a new account using the 'net' command, without it asking me 'are you sure you want to do the command you just typed?'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|