bat批处理文件按顺序执行exe
Posted 酷熊
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 def\123 aaa" test.exe
以上是关于bat批处理文件按顺序执行exe的主要内容,如果未能解决你的问题,请参考以下文章