Title: RE: running programs from within python

[M.N.A.Smadi]

#- i guess i will answer myself:
#- import os
#- os.system(string)

If you have Py2.4, it's better to use subprocess().

.    Facundo

Bitácora De Vuelo: http://www.taniquetil.com.ar/plog
PyAr - Python Argentina: http://pyar.decode.com.ar/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to