(view source code of settime.bat as plain text)
@ECHO OFF
FOR /F "tokens=*" %%A IN ('TIME/T') DO SET Now=%%A
ECHO It's %Now% now
page last modified: 2023-03-10