level 1
学习闪避
楼主
/*do something*/
if "%1"=="" (set count=0) else set count=%1
echo %count%
set /a count=1+%count%
set CurTime=%time%
set cutDate=%date%
echo time:%cutDate:~0,4%年%cutDate:~5,2%月%cutDate:~8,2%日%CurTime:~0,2%时%CurTime:~3,2%分%CurTime:~6,2%秒 count=%count%*4 >>shuaLog.txt
call %0 %count%
2011年06月08日 06点06分
1
if "%1"=="" (set count=0) else set count=%1
echo %count%
set /a count=1+%count%
set CurTime=%time%
set cutDate=%date%
echo time:%cutDate:~0,4%年%cutDate:~5,2%月%cutDate:~8,2%日%CurTime:~0,2%时%CurTime:~3,2%分%CurTime:~6,2%秒 count=%count%*4 >>shuaLog.txt
call %0 %count%