RE: Opening text file for human reading
- Posted by bensler at mail.com Mar 18, 2002
- 361 views
use shellexecute(). shellexecute("open","readme.txt",NONE,NONE,SHOW_NORMAL) I think those are the parameters... It'll open the specified file using the application associated with the extension. Chris Evan Marshall wrote: > I would like to start the system's default text reader/editor so that > the user can read a text file when a button is clicked. Using win32lib. > >