I noticed that using file/change attributes works ONLY with dates up to 1980. If you insert a date, e, 1975, you get a wrong date. I'm using total commander 5.51 with windowsME.
Help appreciated
Thanks a lot
Elena
Total Commander Changes attributes
Moderators: Hacker, petermad, Stefan2, white
It is not an option, I was confused with another setting (see windows control panel/regional options/date)
real reason is:
http://support.microsoft.com/default.aspx?scid=kb;en-us;58495
real reason is:
http://support.microsoft.com/default.aspx?scid=kb;en-us;58495
The year portion of the system date has 7 bits for storage (0-127). MS-DOS offsets the year from 1980; therefore, the maximum value for the year should be 2107. However, due to a ROM BIOS limitation, 2099 is the maximum value. The description for interrupt 1AH details the implementation causing the limitation.
...BRB...