Retrieving the command output of a hidden console?
问题 I run a DOS command from a python environment which retrieves its command output via stdout. All is working fine excepted that the windows console pops out everytime the script runs, so I need a way to hide the windows console. Schematically, here is the expected process: "Console1" runs "hidden Console2" and retrieves its output into "Console1" I read some recommendations with softwares like " HiddenStart " or " chp " which hide the console when executing DOS commands and batch scripts.