sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52376
Re: [Question #683302]: latest version of Sikuli X (downloaded today) launching from command line
Question #683302 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/683302
Status: Open => Answered
RaiMan proposed the following answer:
just tested on my Windows 10 with your path name setup: works.
use
java -jar "D:\MikE\Sikuli 1.1.4 August Archive\sikulix.jar" -v -r "d:\mike\Sikuli Scripts\Test1"
to get full debug output
BTW: how do you see, that your script is not running? what should it do?
test scripts should always produce some visible output (print and/or popup).
One more thing as a general recommendation: it is a life experience to not use spaces in path and file names. They might make problems in various situations. ... and in SikuliX there might still be old code that might not work with such names.
If you only use characters, digits (no spaces nor special characters), you are always on the safe side. Additionally you can use hyphen and underscore besides camelCasing to structure a path or filename.
... and MikE and mike reference the same directory and hence should
always be written as the directory is shown in the explorer.
... but has nothing to do with your situation.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.