b2netman Posted December 20, 2018 Posted December 20, 2018 Before you say do a search, I did, and that is how I got this far. I am trying to run a .jar file from autoit and I do not get any errors but the program does not start either. The entire contents of the script is as follows: ShellExecute('java', '-jar ""C:\Program Files (x86)\Unisys\MCP\WebEnabler\WebStation.jar', '"C:\Program Files (x86)\Unisys\MCP\WebEnabler\') The following is what happens when I do a test run: >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /Prod /AU3check /in "C:\Users\Brad\Documents\Web Enabler.au3" +>14:19:54 Starting AutoIt3Wrapper v.16.612.1119.0 SciTE v.3.6.6.0 Keyboard:00000409 OS:WIN_10/ CPU:X64 OS:X64 Environment(Language:0409) CodePage:0 utf8.auto.check:4 +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\Brad\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\Brad\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.14.2) from:C:\Program Files (x86)\AutoIt3 input:C:\Users\Brad\Documents\Web Enabler.au3 +>14:19:54 AU3Check ended.rc:0 +>14:19:54 AutoIt3Wrapper Finished. >Exit code: 0 Time: 0.8792 When I execute the script a screen flashes up on the screen and then nothing
Danp2 Posted December 20, 2018 Posted December 20, 2018 Check your double quotes. Looks to me like they are out of place in a few instances. Latest Webdriver UDF Release Webdriver Wiki FAQs
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