os.system()

Yigit Turgut y.turgut at gmail.com
Thu Apr 19 14:09:22 EDT 2012


When I use os.system() function, script waits for termination of the
windows that is opened by os.system() to continue thus throwing errors
and etc. How can i tell Python to let it go and keep on with the next
execution after os.system() ?



More information about the Python-list mailing list