Question #223952 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/223952
Status: Open => Answered
RaiMan proposed the following answer:
The only problem, that might be: blanks in your path to the cmd.
App.open() on Windows internally uses CreateProcess
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682425(v=vs.85).aspx
and sets the first parameter to NULL and uses the second parameter filling in
the given string.
So this might be the reason, why your second version works.
--
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