Jump to content

Recommended Posts

Posted

I would like to generate an exe of my script and then be able to pass variable values to the script as arguments. I can not find anything about this in the documentation. Is it possible? If not, what is the preferred method for deploying an automation script where some of the values need to be configurable?

  • Moderators
Posted

Look at Command Line Parameters in the help file, you can also look at the StderrRead/StdInWrite/StdOutRead and EnvGet/EnvSet.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

I would like to generate an exe of my script and then be able to pass variable values to the script as arguments. I can not find anything about this in the documentation. Is it possible? If not, what is the preferred method for deploying an automation script where some of the values need to be configurable?

If you ask a more specific question, a more specific answer can be given. There are many ways to pass arguments to a compiled script.

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
×
×
  • Create New...