execute commands independantly

Eric McGraw thelinuxmaster at gmail.com
Tue Sep 6 11:07:12 EDT 2005


If you want it to return when the program is finished then use
os.system('app') but if you just want to start it and return right
away, use os.startfile('app')




More information about the Python-list mailing list