@echo off
start D:\LAN\2三国系列\三国志9威力加强版\San9PK.exe
@echo off & setlocal enableextensions
set /a i = 12000
rem 这里是倒计时秒数
:Timeout
if %i% == 0 goto Next
setlocal
set /a i = %i% - 1
cls
echo DOS倒计时
echo.
echo [%i%]秒后运行程序
echo.
goto Timeout
goto End

:Next
cls & echo.
for %%f in (%temp%.\tmp$$$.vbs*) do del %%f
CALL 2.BAT
exit
