sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31391
Re: [Question #264403]: App.open("cmd.exe") can't execute command
Question #264403 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264403
Status: Answered => Solved
rain confirmed that the question is solved:
Thanks RaiMan, I just use "output = run("cmd /C tskill explorer")" with sikuli 1.0, I don't upgrate the software, and found the problem was solved!
I still don't know why this happened, the same command, the same command prompt, just run without IDE...But the problem is solved, and I will pay attention to the new version, thanks.
This is the latest script:
cmd = App.open("cmd.exe")
output = run("cmd /C tskill explorer")
App.close(cmd)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.