← Back to team overview

sikuli-driver team mailing list archive

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

 

New question #172136 on Sikuli:
https://answers.launchpad.net/sikuli/+question/172136

I have tried to open Windows service console app or group policy app console, somehow sikuli can not find the app in the path.
My guess is sikuli can only open app with *.exe, if you tried something else like *.msc, it will not work.

Here is script that I used:  myapp=App(r'c:\Windows\System32\services.msc')
                                                 myapp.open()

The error will be : App.open failed: c:\Windows\System32\services.msc not found

Is this a bug? If I type services.msc in Dos window, it will open console. I make sure Windows\system32 is in PATH 

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