When executing a time consuming task, I am always interested in knowing the time it takes. Here is a way.
set temp_time=%TIME%
pause
@echo start at %temp_time%
@echo stop at %TIME%
When executing a time consuming task, I am always interested in knowing the time it takes. Here is a way.
set temp_time=%TIME%
pause
@echo start at %temp_time%
@echo stop at %TIME%