Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
devwiki:python [2022/05/02 14:34] ying [system command modules] |
devwiki:python [2022/05/02 14:36] (current) ying [system command modules] |
||
---|---|---|---|
Line 1135: | Line 1135: | ||
subprocess.Popen([r' | subprocess.Popen([r' | ||
</ | </ | ||
- | | + | |
# hide popup console for win platform only | # hide popup console for win platform only | ||
startupinfo = subprocess.STARTUPINFO() | startupinfo = subprocess.STARTUPINFO() |