← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #254251]: Calling multiple bat files from one bat file

 

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

RaiMan proposed the following answer:
A wise man said: when looking for a solution, one should start with the
most simple one ;-)

this is the simplest one, that works:

some bats (first.bat, second.bat, third.bat, …) only containing
C:\SikuliX\runIDE.cmd -r "somescript.sikuli" > "somelog.txt"

and the bat to run them all in sequence
call first
call second
call third

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