Jump to content

net user password change w/ special characters


Recommended Posts

Here is what I am currently using in a batch file:

net user <username> <password>

my problem is that once in a while the password has special characters in it (like spaces, &, etc). It causes the command to set passwords different from what was intended. Is there a way to have such passwords using net user?

Link to comment
Share on other sites


Well I am not a big batch scripter, so help me out here. I know that when you call a program from a command line the OS sends the parameters as an array of strings to the program. So when I put quotes around ANYTHING at the command line, does the OS detect that and consider it one parameter, and hence the program itself receives it as one parameter? That would explain why I couldn't find ANY documentation regarding using quotes with the net user command.

Link to comment
Share on other sites

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...