Question #215270 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/215270
Status: Open => Answered
RaiMan proposed the following answer:
openApp() currently only opens .exe, .cmd, .bat files on the system
path.
You might use
import os
os.popen("start ...")
the Windows start command to open a .txt file with the standard app or
any given app.
--
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