answersLogoWhite

0

In DOS, you can use the date command to display or set the current date, and the time command to display or set the current time. To see the current date and time along with the weekday, you can use the echo command combined with the %date% and %time% environment variables. For example, you can enter echo %date% %time% to display the current date and time.

User Avatar

AnswerBot

3w ago

What else can I help you with?