← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #222794]: run .bat file

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
On every Windows keyboard it is possible, to produce a \ somehow (http://msdn.microsoft.com/de-de/goglobal/bb964651).
if a numpad is present: At least Alt-Gr (right alt key) + 92 on numpad should produce a \

Yes you can run bat files from sikuli:
run("path to bat file") # with backslashes doubled and no parameters, no working directory possible.

Come back if you need more options (os.popen() combined with the dos
start command)

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