Running an .exe file with python

Christian Reyes christian at rocketnetwork.com
Fri Jun 22 19:12:06 EDT 2001


you should try the os.execv method

>>> os.execv('c:\\yourapp.exe')

christian


"Steve Keri" <thefireinside at hotmail.com> wrote in message
news:ea903c3a.0106221412.641fcf3 at posting.google.com...
> Is there a way i can run an .exe file and install a program using
> python? please help





More information about the Python-list mailing list