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.
当我使用exec或shell_exec他们等到生成的应用程序退出时(在 Windows 中)。但我需要跑步并忘记(并退出)。如何?
exec
shell_exec
我尝试start了 DOS/Windows 命令,但还没有找到解决方案。
start
$shell = new COM("WScript.Shell"); $shell->run($command, 0, false);