Re: [Sikuli-driver] [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

2011-10-11 Thread daluu
Question #172136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172136 daluu posted a new comment: Just wondering, what other file extensions are not supported by Sikuli/App.open command? Wonder if App.open('start pathTo\yourFile.extension') will work. -- You received this

Re: [Sikuli-driver] [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

2011-09-27 Thread RaiMan
Question #172136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172136 RaiMan posted a new comment: For the action blocking I found a workaround: faq 1771 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

2011-09-26 Thread jia
Question #172136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172136 jia posted a new comment: Thanks RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

2011-09-23 Thread RaiMan
Question #172136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172136 Status: Open = Answered RaiMan proposed the following answer: --1. you are right only .exe and .cmd are working. a .msc definitely not. you might use os.popen to start an .msc import os