subprocess.STARTUPINFO.wShowWindow

wShowWindow

If dwFlags specifies STARTF_USESHOWWINDOW, this attribute can be any of the values that can be specified in the nCmdShow parameter for the ShowWindow function, except for SW_SHOWDEFAULT. Otherwise, this attribute is ignored.

SW_HIDE is provided for this attribute. It is used when Popen is called with shell=True.

doc_python
2016-10-07 17:43:38
Comments
Leave a Comment

Please login to continue.