← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #690034]: [2.0.x] Windows: App.open("cmd.exe /c .....") does not work as in 1.1.x

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
The complete App handling on Windows has been revised with a focus on
startable applications using there absolute path to the .exe and apps,
that open windows at startup.

The above variant does not work anymore. I will add a solution for those
cases where you want to use the cmd.exe to do something.

As a workaround try this:

- pack the "start ...." into a .bat or .cmd
- use App.open("youNameIt.cmd")

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.