Launch default application?

Forum thread started by TmTFx on Fri, 2011-05-27 07:49

How can I launch the default application (for example for the default web browser) within my python app (or just by command line)?

Comments

Re: Launch default application?

The 'open' command can handle most documents and URI's.

Re: Launch default application?

thank you :)