How can I run .exe file from my python script?
running exe file
Collapse
This topic is closed.
X
X
-
Saurabh SharmaTags: None -
Méta-MCI \(MVP\)
Re: running exe file
Hi!
See: system( startfile( subprocess( spawn( etc.
@-salutations
--
Michel Claveau
-
Eric_Dexter@msn.com
Re: running exe file
On Aug 22, 12:12 am, Saurabh Sharma <srsse...@gmail .comwrote:import osHow can I run .exe file from my python script?
os.startfile('f ile.exe')
The downside is that it doesn't work on the mac.. but it does work on
stuff like
os.startfile('n otepad.txt')
I have been waiting for a good hacker to write a version to check what
op system you have and
then execute... I have more examples in my dex tracker package (use
google)
Comment
Comment