In Windows you can spawn subprocesses in new console sessions by using the CREATE_NEW_CONSOLE creation flag: from subprocess import Popen, ...
確定! 回上一頁