at %YY% /interactive %systemroot%\explorer.exe作者: Climbing 时间: 2008-2-15 10:34 set tt=%time%
set tt1=%tt:~-2%
set tt2=%tt:~-5,-3%
set /a tt1 += 5
if %tt1% GEQ 100 set /a tt2 += 1 && set /a tt1 -= 100
set yy=%tt:~0,-5%%tt2%.%tt1%
at %yy% /interactive ....作者: secowu 时间: 2008-2-15 12:44 谢谢climbing金金会员的帮助