标签:col for style exit 时间 off 批处理 安装 bsp
批处理bat倒计时显示
新建批处理bat文件, .txt→.bat 改扩展名或txt里另存为.bat就可以
红色数字是倒数时间可自行修改,提醒汉子也可以自行修改
@echo off
for /l %%i in (12,-1,0) do (
cls
echo.
echo.
echo.
echo. 倒计时数%%i后 自动安装完毕启动。。
ping 127.1 -n 2 >nul
)
exit
标签:col for style exit 时间 off 批处理 安装 bsp
原文地址:https://www.cnblogs.com/xiongmaoshu/p/12598802.html