Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows XP PC 上,我想要一个 perl 脚本,它可以在它们自己的窗口中启动多个分离的 CLI exe 进程。然后,该脚本将能够监视 PID,例如,以确定分离的进程何时完成。我尝试了许多想法,但没有一个会给我新的窗口。System (start...) 我无法监控新进程。Win32:process 我无法为我希望运行的 CLI exe 获取新窗口。我猜我在这里错过了一个技巧。
Pass CREATE_NEW_CONSOLE to Win32::Process::CreateProcess
CREATE_NEW_CONSOLE
Win32::Process::CreateProcess
CreateProcess