← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #201829]: Launch .slk from VBA?

 

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

RaiMan posted a new comment:
@STAN
forget about the mentioned bats - not relevant for version 1.0.1.

for SikuliX 1.0.1+ one should no longer put the stuff into the program folders.
It is recommended to use a folder, that is fully user writable (e.g. c.\SikuliX).

Generally: any folder paths should not have any blanks or special
characters, since this might lead to odd behaviour at various places
(and would for example need no  Chr(34) in the call)

Again the command line to run a script:
java -jar path-to-sikuli-script.jar -r path-to-some-script.sikuli

or
java -jar path-to-sikuli-script.jar -r path-to-some-script.skl
(.skl is the zipped version of a .sikuli and must have the ending .skl to be recognised)

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