How to print the current time in a Batch-File?

The Solution to How to print the current time in a Batch-File? is


This works with Windows 10, 8.x, 7, and possibly further back:

@echo Started: %date% %time%
.
.
.
@echo Completed: %date% %time%

~ Answered on 2016-04-27 18:20:30


Most Viewed Questions: