
A command-line Windows utility that is an advanced replacement for Microsoft's NOW.EXE utility, and will display a line of information with the current time/date, and with additional formatting options.
\b ....... Enable new date/time format - "ddd mm/dd/yyyy at hh:nn:ss.zz" {default}
\a ....... Enable new date/time format - "ddd dd mmm yyyy @ hh:nn:ss"
\c ....... Enable old date/time format from Microsoft NOW.exe
\s ....... Suppress the date and time from this output
\x ....... Suppress all other tokens (besides \b \a \c \s AND \v)
\z ....... Forces other tokens to be recognized only if fully space delimited from other content
\n ....... Insert New Line here
\t ....... Insert Tab here
\q ....... Insert DoubleQuote here
\v ....... Insert current date/time value here [default location = beginning of line]
\- ....... Insert a 79 character string of "-" here, plus newline
\= ....... Insert a 79 character string of "=" here, plus newline
\* ....... Insert a 79 character string of "*" here, plus newline
\# ....... Insert a 79 character string of "#" here, plus newline
For more details, see:
NOW /??
Tested on Windows XP, 7, 8, 8.1, 10, and 11 (both x86 and x64)
Tested on Windows 2003, 2008-R2, 2012-R2, 2016, 2019, and 2022 (both x86 and x64)
Comments