Question #188388 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188388
RaiMan posted a new comment: You might have a look at os.popen() in Python that allows, to run a command in a subprocess, without any additional command line windows at all. You might even use module subprocess to run as many Sikuli scripts in parallel as you want. a simple command to run a Sikuli script (supposing the environment is set up to run Sikuli scripts from command line): java - jar path-to-sikuli-script.jar path-to-you-name-it.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

