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.
.exe を実行するバッチ ファイルを作成しようとしていますが、約 10 秒後に (完了する前に) その .exe を強制終了し、ファイル内の次のコマンドに移動します。どんな助けでも大歓迎です。
これを使用できます:
start program.exe ping 127.0.0.1 -n 10 taskkill /im program.exe /f rem continue here echo Another command!