Hello all,
First day using Applescript and would appreciate some help. I am trying to mimic a .bat file from Windows in Mac.
The .bat file looks akin to this:
START /B javaw -jar lib/file.jar -Xms512m -Xmx512m
Any help on how to do this with Applescritpt?
As of now I am doing a rigged up way of recording my actions and just navigating to jar file and double clicking. Looking for alternative
Thanks,
Cheers