home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 33 / bbd33.zip / HOT-KEY.BAT < prev    next >
DOS Batch File  |  1987-07-25  |  618b  |  20 lines

  1. echo off
  2. cls
  3. echo       This batch file changes the "hot key" for ConvertR.
  4. echo       You must have the DOS program DEBUG available in the path.
  5. echo.
  6. echo       The original program uses ALT F9 as the hot key.
  7. echo       The key code is at offset 1A8D.
  8. echo       ALT F9 is 70h.
  9. echo       The included patch, "HOT-KEY.SCR" will change the hot key
  10. echo       to ALT = (83h at offset 1A8D).
  11. echo.
  12. echo       Be sure you have made a back-up, do not work from the original!!
  13. echo       If you want to stop, press CONTROL BREAK.
  14. echo.
  15. pause
  16. debug < hot-key.scr
  17. echo.
  18. echo       Patching is complete
  19.  
  20.