DETACHED_PROCESS = 8 # bit mask taken from the linked doc below subprocess.Popen(executable, creationflags=DETACHED_PROCESS, close_fds=True).
確定! 回上一頁