
CODE: [Copy to clipboard][ Last edited by zw19750516 on 2008-3-18 at 06:07 PM ]@echo off&color 9f&mode con lines=10
:select
cls
echo.&echo.&echo.&echo.
set /p select= 请选择是否安装杀毒软件(1.安装 2.不安装)
if "%select%"=="1" goto time
if "%select%"=="2" goto :eof
cls
echo.&echo.&echo.&echo.
echo 输入错误,请重新输入!
ping /n 2 127.1 >nul& goto select
:time
set t=30
:begin
cls
set /a t-=1
if %t% equ 0 goto setup
echo.&echo.&echo.&echo.
echo 将在%t%秒后安装杀毒软件,取消请直接关闭本窗口!
ping /n 2 127.1 >nul&goto begin
:setup
...............
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |