home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / CMOSREAD.DOC < prev    next >
Text File  |  1987-05-17  |  1KB  |  28 lines

  1.          The two Assembly Language source programs and their
  2.          respective assembled COM files are derived from PC-Magazine,
  3.          Volume 6, Number 11, June 9, 1987.  Their purpose is to save
  4.          CMOS memory storage of PC-AT's setup information into a file
  5.          so that when the battery has to be changed, it can be
  6.          reloaded without having to use the setup program.
  7.          CMOSGET.COM will write the data from CMOS memory to a file
  8.          using DOS redirection thusly:
  9.  
  10.                    C:>CMOSGET > A:CMOS.DAT
  11.  
  12.          The target diskette in dirve A: should be a boot diskette
  13.          with an AUTOEXEC.BAT file that looks like this:
  14.  
  15.                    DATE
  16.                    TIME
  17.                    CMOSPUT < CMOS.DAT
  18.  
  19.  
  20.          This diskette should be booted after the AT battery is
  21.          replaced.  Ignore error messages, and reset DOS time and date
  22.          when prompted.  The file CMOSPUT.COM, which must be on the
  23.          diskette, will reload the setup information previously stored
  24.          in the CMOS memory and will reset the CMOS clock to the DOS
  25.          clock setting just loaded.
  26.  
  27.          J. L. Wargula 05-17-87 21:22
  28.