rick00 Posted July 8, 2012 Posted July 8, 2012 Hi,I'm trying to run the following script: Run("Setup.exe") WinWaitActive("Software Setup", "Setup")I want to run Setup.exe with command line parameter "/101" as below example:Run("Setup.exe /101")How to do this in Autoit3? I have read online documentations, but can't figure it out. Please help.Thanks.
JohnOne Posted July 8, 2012 Posted July 8, 2012 (edited) Try Run("Setup.exe /101") or Run("Setup.exe 101") Edited July 8, 2012 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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