June 18, 200422 yr 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.
June 20, 200422 yr 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
June 20, 200422 yr Try net user /add God 123456789012345 /y...what I said. Not searching or not reading. Don't know which is worse.
June 20, 200422 yr Author 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.
June 20, 200422 yr 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
Create an account or sign in to comment