← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255846]: How to execute all the sikuli file which is existed in the folder using batch file.?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
already tried with

for %%f in (*.sikuli) do (
    echo running %%f
    rem add what you need
)

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