D: \ test> CLS /? Clear the screen. Clsd: \ test> ver /? Displays the Windows version. Verd: \ test> date /? Display or set a date. Date [/T | date] displays the current date settings and prompts for entering a new date. Enter a date without parameters. To retain the existing date, press Enter. If the command extension is enabled, the date command supports the/T switch. This switch indicates that the command only outputs the current date, but does not prompt you to enter a new date. D: \ test> time /? Displays or sets the system time. Time [/T | time] displays the current time settings and prompts for entering a new time. Enter a time without parameters. To retain the existing time, press Enter. If the command extension is enabled, the Time Command supports the/T command line switch. This command line switch tells the command to output only the current time, but does not prompt to enter a new time. D: \ test> time Current Time: 15:09:48. 14 enter new time: D: \ test> date current date: Enter new date on Thursday: (year month day) D: \ test>