当前位置:首页 > Windows程序 > 正文

古老的BAT文件在windows下的编辑

标签:star   应该   通过   win   文件   start   增加   处理   col   

直接上代码

rem echo choice /t 20 /d y /n >nul
rem start/d "E:serviceexe" 8091.exe 8091

start "E:serviceshortcut" 8091.lnk
echo choice /t 20 /d y /n >nul
start "E:serviceshortcut" 8092.lnk
echo choice /t 20 /d y /n >nul
start "E:serviceshortcut" 8093.lnk
echo choice /t 20 /d y /n >nul
start "E:serviceshortcut" 8094.lnk
echo choice /t 20 /d y /n >nul
start "E:serviceshortcut" 8095.lnk
echo choice /t 20 /d y /n >nul
start "E:serviceshortcut" 8096.lnk
echo choice /t 2 /d y /n >nul
start "E:serviceshortcut" 10000.lnk
echo choice /t 20 /d y /n >nul
start "E:serviceshortcut" 10001.lnk

应该由于高速处理能力,导致系列批处理太快而出现错误。通过增加echo choic /t 20 /d y /n >nul延时。不知道说的是否正确。

古老的BAT文件在windows下的编辑

标签:star   应该   通过   win   文件   start   增加   处理   col   

温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/14093.html