bat批处理文件按顺序执行exe

start /d "deepstream.io-windows-3.1.0" deepstream.exe

rem 等待1秒钟

choice /t 1 /d y /n

cd "数据生产服务器HTMission"

start mp.bat

cd ../../

choice /t 5 /d y /n

start /d "前端展示" MissionShow.exe

rem 启动路径中有空格的Exe,需要添加一个""

start /d ''abc def123 aaa" test.exe

原文地址:https://www.cnblogs.com/coolbear/p/9132340.html