sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23889
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
RaiMan proposed the following answer:
@obiwan
sorry, but I have to correct (and I do that because sikuli-script.jar will be deprecated with version 1.1.0, since everything can be done with sikuli-ide.jar)
@Test
I have left the start up dialog, to give a chance to set other parameters.
If you want to suppress the start-up dialog, use:
java -Dsikuli.FromCommandLine -jar "C:\path-to-sikuli\sikuli-ide.jar" -r "C:\path-to-skl\script.skl"
BTW: naming a .skl as an executable brought confusion to newbees since
the first days of Sikuli. A .skl is simply a zipped version of the
respective .sikuli folder and as such has nothing to do with what
Windows users would expect hearing the term executable.
Version 1.1.0 will have some basic packaging support for a jar file,
that can just be run using java -jar my script.jar and might then
further be wrapped with tools like the mentioned launch4j
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.