Jump to content

Recommended Posts

Posted

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?'

From a script that needs to be fully automated and can handle passwords greater than 15 characters.


Posted

There is a post by me that is about 3 days old, titled long passwords, surely this owuld come up in a search ?

Try net user /add God 123456789012345 /y

Posted

thank you, got it;

yes I did read and yes I was doing searches. 'Net user' searches always yielded too many resutls and I was always searching for 'echo Y' with it. I assumed you would need to use echo some how and that there was not just an application switch. Now I figured it out though, thank you for the help.

Posted
thank you, got it;

yes I did read and yes I was doing searches.

I was referring to Sharky. :) He's complaining about people not searching and then goes on to post an answer already given. I was just wondering which was worse. Not searching (or bitching about ppl not searching), or not reading. :rolleyes:

Happy it worked for you Entropy

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...