← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #215270]: How to open the .txt file ?

 

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.