← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242941]: How to run a batch file in foreground using sikuli

 

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

RaiMan proposed the following answer:
uuuups, made the same mistake again:

App.open(r 'CMD /k start "Running something.bat"
"C:\sikuli\something.bat" ')

the contained \ have either to be escaped as \\ or the string has to be
set as raw string with r'...'

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