← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #188388]: Possible to prevent trace windown when running from cmd line?

 

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.