home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / FIXTIM10.ZIP / FIXTIME.DOC next >
Encoding:
Text File  |  1989-08-02  |  2.2 KB  |  45 lines

  1.                     Fixtime Version 1.0
  2.  
  3.      Fixtime is Copyright 1989 by Michael Hutchinson, and may be used
  4. free of charge.  The author will not be liable for incidental,
  5. consequential or any other mayhem that may be directly or indirectly
  6. caused by this program or its use, and issues no warranty, express or
  7. implied, for its suitability or fitness for any purpose.  
  8. (but it works for me.)
  9.  
  10. Fixtime is designed to compensate for inaccuracy in the on-board 
  11. real-time clock on AT-type machines.  It should work on PC/XT machines 
  12. with clock cards, but the clock card must be set from the system time by 
  13. use of the appropriate software.  It operates by adjusting the clock 
  14. by a fixed amount when it is run.  It is smart enough so that it will 
  15. only adjust the clock once per day, even if run many times a day.  I 
  16. run it from my autoexec.bat file.  If you do not run the program for
  17. several days it will "catch up" by adjusting by the appropriate amount.
  18.  
  19. The program can take two parameters - /c : calibrate program
  20.    paramters must be lower-case       /d : display parameters
  21.  
  22. To calibrate the program you will need to set the clock accurately,
  23. writing down the time, then wait several days.  I suggest waiting at
  24. least 10 days get an accurate calibration.  After this period write
  25. down the system time and actual time.  Run Fixtime /c and answer the
  26. prompts.  It is not neccesary to set and check the time at the same
  27. time of day, the calibration routine takes different times of day into
  28. account.  The program will calculate the number of seconds error per
  29. day, and a further adjustment at a minimum 10-day interval to account
  30. for any fractional second inaccuracy.
  31.  
  32. The program does not adjust the time until the day after it is calibrated.
  33.  
  34. Note that the program needs to write to itself to update internal 
  35. variables.  It should be run under DOS 3.x or greater so that it can 
  36. find its .exe file.  It may run under DOS 2.x if run from the current 
  37. directory.
  38.  
  39. Please address any comments/bug reports to me at
  40.  
  41.                Michael Hutchinson: Compuserve  75036,2747
  42.  
  43.                                    Geneal BBS, 
  44.                                    Durham NC   (919) 471-6026
  45.