← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #264403]: App.open("cmd.exe") can't execute command

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
not really, only wanted, that you know about new versions.

you might try in your script instead of typing the command to a command
window:

output = run("cmd /C tskill explorer")

this should work with version 1.1.0, but I do not know, wether it also
works already with RC3 (just test it ;-).

with 1.1.0:
output contains the combined output of the command that went to stdout and stderror.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.