nopr 当前离线
二级士官
@echo off setlocal enabledelayedexpansion for /l %%i in (-9 1 -1) do ( set /a a=-1*%%i echo !a! ping /n 3 127.1 >nul &cls) pause>nul复制代码
评分人数
TOP
原帖由 inittab 于 2009-4-22 09:24 发表 不用ping .用%time% 比较精确@echo off set /a t=10,t1=0 :begin set t0=%t1% set tt=%time% set t1=%tt:~6,2% if %t1% neq %t0% (set/p=%t%