from subprocess import Popen from win32process import DETACHED_PROCESS pid = Popen(["C:\python24\python.exe", "long_run.py"] ...
確定! 回上一頁