How to start a programm with Python?
Posted
by kame
on Stack Overflow
See other posts from Stack Overflow
or by kame
Published on 2010-04-23T12:11:25Z
Indexed on
2010/04/23
12:13 UTC
Read the original article
Hit count: 335
How to start a programm with Python?
I thougt this would be very easy like:
open(r"C:\Program Files\Mozilla Firefox\Firefox.exe")
But nothing happen. How to do this? Thanks in advance.
© Stack Overflow or respective owner