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
os.popen(r'c:\Windows\System32\services.msc')

--2. .msc windows refuse to accept Sikuli actions
These console windows are somehow blocking the click actions. (see bug 794489)
S o you cannot use Siukuli currently to automate this stuff.

-- 
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

Reply via email to