Re: [Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread RaiMan
Question #269607 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269607 Status: Open => Answered RaiMan proposed the following answer: --- after I close the command prompt then the text is written in other window. this means, that os.system("start cmd") waits until the co

Re: [Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread george munteanu
Question #269607 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269607 Description changed to: Hello, I cannot write in command prompt. [input] import os os.system("start cmd") type ("a") [output] the command prompt is opened but no text is written. [notes] Note: after I c

Re: [Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread george munteanu
Question #269607 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269607 Description changed to: Hello, I cannot write in command prompt. [input] os.system("start cmd") type ("a") [output] the command prompt is opened but no text is written. [notes] Note: after I close the c

Re: [Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread george munteanu
Question #269607 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269607 Description changed to: Hello, I cannot write in command prompt. [input] os.system("start cmd") type ("a") [output] the command prompt is opened but no text is written. [notes] Note: after I close the c

[Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread george munteanu
New question #269607 on Sikuli: https://answers.launchpad.net/sikuli/+question/269607 Hello, I cannot write in Cannot write in command prompt. [input] os.system("start cmd") type ("a") [output] the command prompt is opened but no text is written. [notes] Note: after I close the comnand promp