← 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

obiwan-92 proposed the following answer:
Hello,

@RaiMan
Don't you take your coffee this morning ? ;-)

@Rubynator
The explanation is pretty clear about the Python part.

About the Batch part :
CMD /k start "myTitle" "C:\sikuli\something.bat" 
launch a new cmd windows with the title myTitle and execute the something.bat command.

cmd  : shortcut to execute a batch command
/K : parameter of cmd command to maintain the window after executed the command (cmd /? to have more info)
Start : launch the window

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