Jump to content

Simple Syntax Problem


Recommended Posts

I am trying to make a script to make a new user.

$input_ad = new administrator's name

$input_p1 = new password

$input_p2 = confirmed new password

if $input_p1 = $input_p2 then _ra("net user "& $input_ad $input_p1 " /add")

Error in expression.:

I'm sure its a really simple problem. I'm just new to autoit.
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
 Share

  • Recently Browsing   0 members

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