Like webbrowser for MS html help?

Edward K. Ream edream at tds.net
Wed Aug 14 08:14:43 EDT 2002


> > This works (on my system at least):
> >
> > os.system('start thefile.chm')
>
> or better:
>
>     os.startfile('thefile.chm')
>
> (this uses ShellExecute directly, instead of forking off
> an extra command line process)

Cool!

- Edward





More information about the Python-list mailing list