Display Message with current Date and Time
Syntax NOW [message to be printed with time-stamp]
Typical output:
Fri Jun 13 14:58:48 2019 your message here
“How Soon is Now?” ~ The Smiths
Related:
ECHO %date% - %time% - Display current the date/time on screen.
DATE /t - Display or set the date.
LOGTIME - Log the date and time in a file.
Powershell: [DateTime]::Now or Get-Date
timer.cmd - Measure the run time of a script.
Equivalent bash command (Linux):
date - Display or change the date & time.