@echo off
set hh=%time:~0,2%&set mm=%time:~3,2%&set ss=%time:~6,5%
if "%time:~3,1%"=="0" set /a mm="%time:~4,1%"
if "%time:~0,1%"=="0" set /a mm="%time:~1,1%"
set/a mm+=1
if "%mm%"=="60" set mm=00&&set/a hh+=1
if "%hh%"=="24" set hh=00
echo 现在的时间是: %time%
echo 一分后的时间: %hh%:%mm%:%ss%
start "11" F:\game\红警2共和国之辉\Ra2.exe "/m";
at %hh%:%mm%:%ss% taskkill /f /im game.exe
set/a mm+=2
at %hh%:%mm%:%ss% xcopy C:\游戏限制.bat f:\game
del %0作者: find 时间: 2012-1-25 12:20