Question #195697 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195697
j posted a new comment: I have experienced a problem in windows that I did not have with linux: In windows, I had to run the script being in the directory of the test, whereas in linux it did not matter from which directory I executed the script. An example: This did NOT work on my windows: C:\> C:\Programs\SikuliX\sikuli-ide.bat -r C:\someDirectory\myscript.sikuli But this worked fine (changed into directory that contains the testfile): C:\> cd someDirectory C:\someDirectory\> C:\Programs\SikuliX\sikuli-ide.bat -r myscript.sikuli I do not know if this is the same problem as you have, I just wanted to mention that on windows it depends where you call your script from, you should keept that in mind. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

