← Back to team overview

sikuli-driver team mailing list archive

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.