home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 563.lha / ResetHandler_v1.0 / ResetHandler.Readme < prev    next >
Text File  |  1991-10-28  |  2KB  |  54 lines

  1. Documentation for ResetHandler V1.0                                 28.10.1991
  2.  
  3. This program is freely distributable, but copyrighted by me. This means that
  4. you can copy it freely as long as you don't ask for any more money than a
  5. nominal fee for copying. THIS APPLIES TO GERMAN PD DEALERS TOO!!! This program
  6. may be put on PD disks, especially on Fred Fish's AmigaLibDisks. If you want to
  7. distribute this program you MUST keep this document and the source code with
  8. it. Program, document and source code must be distributed in their original
  9. unmodified form. Of course you can use an archiver like LHarc to make it
  10. available on mailboxes and FTP sites. This program cannot be used for
  11. commercial purposes without written permission from the author. The author can
  12. not be made responsible for any damage which is caused by using this program.
  13.  
  14. Send comments, suggestions or bug reports to:
  15.  
  16.    Snail : Stefan Becker, Holsteinstrasse 9, 5100 Aachen, GERMANY
  17.    Domain: stefanb@cip-s01.informatik.rwth-aachen.de
  18.    FIDO  : 2:242/7.6, Stefan_Becker@mowgli.fido.de
  19.  
  20.  
  21.    I. What does it do?
  22.  
  23. This program installs a handler in the keyboard.device reset handler list. When
  24. you press CTRL-Amiga-Amiga, it opens a window and counts down from 9 to 0 in
  25. ten seconds and then resets the machine. This is gives the machine extra time
  26. to do vital things like validating the disks, if you have initiate the reset
  27. too early. You can break the countdown by closing the window.
  28.  
  29. BEWARE: - This program may NOT work on your machine due to limitations of your
  30.           keyboard's hardware. It does not work on A500's and A2000A's (German
  31.           design).
  32.  
  33.         - It does NOT prevent the reset, it only delays it (max. 10 seconds)
  34.  
  35.         - It needs at least OS 2.0X
  36.  
  37.  
  38.   II. Installation
  39.  
  40. Just put this line into your s:startup-sequence:
  41.  
  42.       RUN >NIL: ResetHandler
  43.  
  44. You can break ResetHandler by sending a CTRL-C to its process. It will then
  45. remove the handler and exit.
  46.  
  47.  
  48.  III. Compilation
  49.  
  50. This program was compiled with DICE, Matt Dillon's superb C compiler. Just
  51. say "DMake" and it will produce the binary.
  52.  
  53.       Stefan Becker
  54.