← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #237151]: How to run multiple Sikuli scripts in a row using a Batch file

 

Question #237151 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237151

    Status: Open => Answered

RaiMan proposed the following answer:
try this:

start /i /b /wait D:\sikuli\runIDE.cmd -r path_to_my.sikuli
ECHO Ran project 1
start /i /b /wait D:\sikuli\runIDE.cmd -r path_to_my.sikuli
ECHO Ran project 2

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.