"Yigit Turgut" wrote in message news:b9a8bb28-3003-4a36-86fb-339ef697b...@i2g2000vbd.googlegroups.com...

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() ?

Can you make use of subprocess.Popen() ?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to