Page 2 of 2

Posted: Fri Jan 02, 2004 11:54 pm
by Bjarne BZR
You sure U wrote:

Code: Select all

date /T >> c:\test.txt
...and not:

Code: Select all

date >> c:\test.txt
?

The /T flag makes it just spit out the date, if you forget the /T flag it will ask for a new date ( and you dont want that ).

Also it is possible that your date is not set on your system... try writing date in the DOS console... (In MS Windos: Start -> Run... -> Write cmd -> klick OK ) and set the date if it is not set...