Measuring duration of commands on Windows 10

From Andreida
Revision as of 22:46, 26 September 2019 by Andreas (talk | contribs) (Created page with "Create a test.cmd @echo off echo %time% pause Put here the line(s) you want do be measured, instead of the current line. echo %time% Output: >test 0:45:30,44 Press a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Create a test.cmd

@echo off
echo %time%
pause Put here the line(s) you want do be measured, instead of the current line. 
echo %time%

Output:

>test
0:45:30,44
Press any key to continue . . .
0:45:33,23