NOW.exe (2003 Resource Kit)

Display Message with current Date and Time, similar to ECHO but with a date/time stamp.

Syntax
      NOW [message to be printed with time-stamp] 

The format of the output is always US english.

Examples

C:\> now
Fri Jun 13 14:56:52 2022

C:\> now All complete
Fri Jun 13 14:58:48 2022 All complete

“How Soon is Now?” ~ The Smiths

Related commands

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.
timer.cmd - Measure the run time of a script.
Equivalent PowerShell: [DateTime]::Now or Get-Date
Equivalent bash command (Linux): date - Display or change the date & time.


 
Copyright © 1999-2024 SS64.com
Some rights reserved