home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / CLOCKFIX.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1990-06-18  |  874 b   |  21 lines

  1. These two files solved my clock problems on an AT.  One routine fixed
  2. the problem of the date not advancing at midnight, and the other fixes a
  3. bug introduced by the first(?), namely, not reading the CMOS clock when
  4. the system is booted up.
  5.  
  6. Put CLOCKF.SYS in whatever directory you keep your drivers, e.g.
  7. C:\DRIVERS, and include the following in your CONFIG.SYS:
  8.  
  9. DEVICE=C:\DRIVERS\CLOCKF.SYS
  10.  
  11. Put SETCLK.COM in a directory in your executable path, and execute
  12. SETCLK within your AUTOEXEC.BAT.
  13.  
  14. I grabbed these files quite a few months ago and suspect that only the
  15. older AT systems are affected by the clock problems as I don't hear too
  16. many requests for the solution anymore.  I'm sorry I didn't keep all the
  17. appropriate credits for these files, so there are two unrecognized
  18. developers out there that have donated their efforts to these solutions.
  19.  
  20.  
  21.