sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23887
Re: [Question #243242]: Is it possible to convert a .skl file to a .exe file?
Question #243242 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243242
Status: Open => Answered
obiwan-92 proposed the following answer:
Hello,
To launch a script in a batch file :
java -jar "C:\path-to-sikuli\sikuli-script.jar" -r "C:\path-to-skl\script.skl"
sikuli-ide.jar is just to launch the IDE.
However for the exe, I think you can write a code in C who launch the
java with the parameter above.
Or, there is some program who wrapping a jar and produce an exe.
See this link for example: http://launch4j.sourceforge.net/
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.