Newbie: How to launch other executables from Python?

Denis Treskunov daen_NOSPAM_ at list.ru
Fri Dec 6 03:01:46 EST 2002


That's exactly what I was looking for!

Thanks!

Skip Montanaro wrote:
>     Denis> I would like to launch another program (*.exe) with some command
>     Denis> line arguments from my Python script. Googling around didn't
>     Denis> help...
> 
> Check the docs for the os module.  In particular, you will be interested in
> the os.spawn* functions.
> 




More information about the Python-list mailing list