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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

