gauravvogue Posted December 2, 2013 Posted December 2, 2013 I am unable to open executable jar file in C drive by using the below script. what is the problem with the below script ? please help send("#r") send("C:gmo{enter}") sleep(500) WinWaitActive("gmo") sleep(500) WinSetState("gmo", "", @SW_MAXIMIZE) sleep(300) run("C:gmoConfigurationTool.exe") WinWaitActive("Login") sleep(300)
karlkar Posted December 2, 2013 Posted December 2, 2013 Please, read http://www.autoitscript.com/autoit3/docs/functions/Run.htm (especially second line of the remarks)
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