How to disable dos shell window popup for os.system call

Peter Gordon gordonp1 at yahoo.com
Wed Jan 21 22:27:48 EST 2004


When I try to execute another program, the dos command shell window
pops up with the application. For example:
os.system("notepad") brings up the notepad but I also get the command
shell window. How do I prevent command shell window to open?



More information about the Python-list mailing list