Launching web browser programmatically

Mark Hammond MHammond at skippinet.com.au
Mon Apr 26 19:09:15 EDT 1999


If you have the win32 extensions, you can use win32api.ShellExecute()

Anything you can use after "start" you can pass to ShellExecute - ie, a URL,
a document file, .exe, etc.

Mark.

Ben Darnell wrote in message <3724EB92.248E7933 at hotmail.com>...
>How do I launch the the user's web browser programmatically on Win9x?  I
>can use "start http://www.python.org" at the command line, but







More information about the Python-list mailing list