使用方法 1:- @echo off
-
- stopwatch start > timestamp.txt
-
- REM 命令
- REM ...
-
- stopwatch stop < timestamp.txt
-
- pause
复制代码 使用方法 2:(注:conset 下载地址: http://bathome.net/thread-12865-1-1.html)- @echo off
-
- stopwatch start | conset /p timestamp=
-
- REM 命令
- REM ...
-
- echo %timestamp% | stopwatch stop
-
- pause
复制代码 ---------------------------------------
官网: http://www.jfitz.com/dos/index.html
---------------------------------------
http://bcn.bathome.net/s/tool/index.html?key=stopwatch |