home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 488 / 123.unp < prev    next >
Text File  |  1983-07-11  |  706b  |  24 lines

  1. UNPROTECT 123.EXE
  2.  
  3. The following debug patch to 123.exe will completely unprotect
  4. Lotus 123, even allowing it to run on a hard disk without the
  5. floppy. As a bonus, it seems to allow it to run under DOS 2.00
  6. also. I made the change and am running 123 on a Davong hard
  7. disk under DOS 2.
  8.  
  9. PROCEDURE:
  10.  
  11.  1. Rename 123.EXE to 123.XYZ
  12.  2. Type  DEBUG 123.XYZ
  13.  3. Type   S DS:100 FFFF E8 BE 71
  14.     The system will reply with    xxxx:3666  where xxxx can vary
  15.  4. Type   E xxxx:3666 90 90 90   (xxxx is the number from above
  16.  5. Type   W      to write the file back
  17.  6. Type   Q      to exit debug
  18.  7. Rename 123.XYZ to 123.EXE
  19.  
  20. That's it. You can run it from you hard disk and DOS 2.
  21.  
  22. Gene Plantz
  23.  
  24.