How can I get the difference between totwo times in a Batch file? Because I want to print it in aan HTML file.
I thought this iswould be possible, but it isn't:.
Set "tijd=%time%"
echo %tijd%
echo %time%-%tijd%
Results:
11:07:48,85
11:16:58,99-11:07:48,85
But what I want is:
00:09:10,14
Or 9 minminutes and 10 seconds or 550 seconds