lionfaggot Posted April 15, 2011 Posted April 15, 2011 for example, some programs, i can run them like run program.exe paramaters here. i want to know how i have autoit exes pick up these parameters
sahsanu Posted April 15, 2011 Posted April 15, 2011 Command line parameters help could help to you.As an example, compile below script using CUI and run it from console.script.exe parameter1 parameter2 lalala#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Change2CUI=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** For $i=1 to $cmdLine[0] ConsoleWrite("Parameter " & $i & " is " & $cmdLine[$i] & @CRLF) Next
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