← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #264483]: 1.0.1 how to run sikuli script from command line

 

Question #264483 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264483

    Status: Open => Answered

RaiMan proposed the following answer:
before fiddling around with the start command, you should simply try the
normal way:

C:\Sikuli\runsikulix.cmd -r C:\Sikuli\scripts\lastone.sikuli

alternatively you might use:
java -jar C:\Sikuli\sikulix.jar -r C:\Sikuli\scripts\lastone.sikuli

this is the one, if you want to include script running into your own
batch files (no start command!)

to run more scripts in a row or with some logic, I recommend to use the new feature
http://sikulix-2014.readthedocs.org/en/latest/scripting.html#running-scripts-from-within-other-scripts-and-run-scripts-one-after-the-other

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.