Running shell commands without a shell window

Posted by aF on Stack Overflow See other posts from Stack Overflow or by aF
Published on 2010-05-29T16:01:07Z Indexed on 2010/05/29 16:12 UTC
Read the original article Hit count: 765

Filed under:
|
|

With either subprocess.call or subprocess.Popen, executing a shell command makes a shell window quicky appear and disappear.

How can I run the shell command without the shell window?

© Stack Overflow or respective owner

Related posts about python

Related posts about shell