the3ntropy Posted June 18, 2004 Posted June 18, 2004 del *.*asks are you sureecho Y|del *.*echo's Y to the question of the following commandnet user God 123456789012345asks are you sure you want long passwordecho Y|net user God 123456789012345gives 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.
Sharky Posted June 20, 2004 Posted June 20, 2004 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
enuffsaid Posted June 20, 2004 Posted June 20, 2004 Try net user /add God 123456789012345 /y...what I said. Not searching or not reading. Don't know which is worse.
the3ntropy Posted June 20, 2004 Author Posted June 20, 2004 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.
enuffsaid Posted June 20, 2004 Posted June 20, 2004 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. Happy it worked for you Entropy
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now