返回列表 发帖
你想要的结果:
@echo off
set "t=%time%"
::下面放你的代码
set "t1=%time%"
if "%t1:~,2%" lss "%t:~,2%" set "add=+24"
set /a "times=(%t1:~,2%-%t:~,2%%add%)*360000+(1%t1:~3,2%%%100-1%t:~3,2%%%100)*6000+(1%t1:~6,2%%%100-1%t:~6,2%%%100)*100+(1%t1:~-2%%%100-1%t:~-2%%%100)"
echo 本次批处理运行时间为%times%ms
pauseCOPY
***共同提高***

TOP

返回列表