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
DOS/Windows コマンドを試しstartましたが、まだ解決策が見つかりません。
start
$shell = new COM("WScript.Shell"); $shell->run($command, 0, false);