sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10636
Re: [Question #196998]: Can I run 2 Scripts Simultaneously
Question #196998 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196998
Status: Answered => Solved
Gerassimos confirmed that the question is solved:
>From the terminal it worked. I also noticed that from the terminal I could also have 2 jar running under conditions. So I found a workaround for the problem!!!
the bash script changed as follows and it worked!!!
#!/bin/sh
DIR=my-working-dir
cd $DIR/Sikuli/ #The folder where the Sikuli jars are in.
java -jar sikuli-script.jar $DIR/first.sikuli
thanks for your time.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.