Question #263117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/263117
RaiMan proposed the following answer: you have version 1.0.1 the docs and infos you talk about all are related to the still available but deprecated version 1.0RC3. the actual usage with 1.0.1+: http://sikulix-2014.readthedocs.org/en/latest/index.html# and specially: http://sikulix-2014.readthedocs.org/en/latest/faq/010-command-line.html in your case (the docs already reflect version 1.1.0), the relevant command file is runIDE.cmd but you might as well use java -jar sikuli-ide.jar or java -jar sikuli-script.jar Am 03.03.2015 um 11:31 schrieb Johnson: New question #263117 on Sikuli: https://answers.launchpad.net/sikuli/+question/263117 <INFO> To run a .sikuli or .skl file in Windows, there are multiple options available in the documentation as well as in the FAQ's, however all the answers revolve around launching the sikuli-ide.exe file or the sikuli-ide.bat file or to launch it without the IDE there is sikuli- script.jar file with the command "java -jar %SIKULI_HOME%\sikuli- script.jar path-to-your-script\yourScript.sikuli" as in the documentation. <ISSUE> My problem is - I dont have any of these files, neither in the project, nor in any other folder in the machine, all i got is runIDE.cmd runSetup.cmd sikuli-ide.jar sikuli-java.jar sikuli-setup.jar and a library of dll files. Now, I am able to work on the IDE (runIDE.cmd) and create scripts and "Export" to a .skl file, but <QUERY> Am i missing any files ?? and if not,, Can anyone help on "How do I get a command line statement to run a .skl / .sikuli file (USING THE FILES I HAVE), which i can later implement in any program (.bat or .exe)?? Looking for minimalistic user interaction with the execution of the script so., Non-IDE based solutions please... -- You received this question notification because you are an answer contact for Sikuli. 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

