home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / hot.zip / HOT.DOC < prev   
Text File  |  1987-01-07  |  2KB  |  58 lines

  1.                  Hot-boot
  2.                      by Jason Loveman
  3.  
  4. Hot-boot is an alternative mechanism for breaking out of a program
  5. or situation that has gone astray. It augments the existing break
  6. features of DOS and the PC--ctrl-alt-del and ctrl-break. The problem
  7. with ctrl-alt-del (warm boot) is that it can take several minutes
  8. in a machine which has a long autoexec procedure. Ctrl-break is a
  9. better alternative, but it is frequently disabled by application
  10. programs, or it may not be available because the runaway program
  11. may not be doing DOS calls.
  12.  
  13. Hot-boot suffers none of these difficulties. It cannot be disabled
  14. unless hard interrupts are disabled (in which case ctrl-alt-del 
  15. won't work either), it takes only a fraction of a second and does
  16. not have to re-run any TSR's or other set-up programs from the
  17. autoexec.
  18.  
  19. Instructions:
  20.  
  21. just run HOT.COM to install hot-boot
  22.  
  23. install hot-boot in your tsr list at the point(s) to which 
  24. you might want to restore.
  25.  
  26. do NOT run HOT after SideKick
  27.  
  28. CTRL-ALT-INS will invoke hot-boot.
  29.  
  30. example:
  31.  
  32. you have keyworks and sidekick resident - you want 2 Hotboots
  33.  
  34. (in autoexec)
  35.  
  36. hot
  37. key
  38. hot
  39. sk
  40.  
  41. if you need to hotboot, ctrl-alt-ins will get you out of your application.
  42. It will also dump sidekick.
  43. Invoking hotboot (ctrl-alt-ins) a second time will dump keyworks.
  44.  
  45.  
  46. IMPORTANT: after invoking hot-boot, it will remove itself. If you wish
  47. to continue with hot-boot still installed, you must re-install it
  48. by typing "hot".
  49.  
  50. Hotboot will not change your video mode at invocation.
  51. If you invoke it when the screen is not in an alpha mode,
  52. you will then have to use (mode mono or mode co80) to restore
  53. your video mode.
  54.  
  55.  
  56.  
  57.  
  58.