how to execute an outside program in the python ?

Syver Enstad syver at NOSPAMcyberwatcher.com
Fri Jan 5 11:04:01 EST 2001


Hope this helps:

import os
os.system('command line')

Your program will hang until the program being executed is finished.

"Hwanjo Yu" <hwanjoyu at uiuc.edu> wrote in message
news:H5356.720$WF6.14481 at vixen.cso.uiuc.edu...
> Thanks.
>
>





More information about the Python-list mailing list