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