Command line xp question

rogue12

Posts: 46   +0
hi, in the comamnd line in xp how do i display the date and redirect the output of the command to a txt file?

thanks for any help.
 
This works for install date of Windows
Windows Install Date

Start-->Run-->CMD-->enter
"systeminfo | find /i "install date" -->enter

This works for IPConfig Notepad creating:
Start --> Run--> cmd /c ipconfig /all >Desktop\ipconfig.txt < ok>

So I wonder if "systeminfo" has a "date" option, that you could type " >Desktop\Date.txt "
 
Back