Display Message with current Date and Time
Syntax
NOW [message to be printed with time-stamp]
Typical output:
Mon Mar 06 14:58:48 2000 your message here
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
Timethis - Time how long it takes the system to run a command. (Win
2K ResKit)
Uptime - Time since last reboot. (Win 2K
ResKit)
Equivalent bash command (Linux):
date - Display or change the date & time