Aker Posted February 18, 2007 Posted February 18, 2007 Hello, how to make to launch a program with variables Example : mon_prog.exe variable1 variable2 How to code this kind of program thx
xcal Posted February 18, 2007 Posted February 18, 2007 Open the help file, click "Index" and scroll down to: Command Line Parameters. How To Ask Questions The Smart Way
Shevilie Posted February 18, 2007 Posted February 18, 2007 Do you want to make a program you can launch with parameters... or do you want to launch another program with parameter from your program... 1) Command Line Parameters. 2) Run("thefile.exe -para -para") ;Depends on the external program Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
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