home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easyun.zip / LOTUSRPT.TXT < prev    next >
Text File  |  1986-12-03  |  1KB  |  32 lines

  1. See SOFTGARD.TXT
  2.  
  3. ************************** Also if you have Noguard from Quaid ******
  4.  
  5.  
  6.                              REPORT.FIX
  7.  
  8. After you have removed the softguard file protection using NOGUARD the
  9. following patch will stop LOTUS REPORT from looking to disk A for a serial
  10. number.
  11.  
  12. debug report.ovl
  13. e 37C1 CD.90 13.90    ; nop the look at drive A:
  14. e 37D2 CD.90 13.90    ; nop the second look at drive A:
  15. e 37D9 73.90 09.90    ; nop the JNB jump
  16. w
  17. q
  18.  
  19. If you have a sector modifier such as the PD program FM.COM (supplied) or
  20. Norton utilities or Ultra Utilities, you can also place any message you want
  21. (or the original serial number) in place of the "(serial number not found)"
  22. message that comes up when the program loads. Simply search for the ASCII
  23. string "(serial" or the hex string "28 73 65 72 69 61 6C" and replace with
  24. spaces (hex 20) or whatever you want. (You can't use debug for this task
  25. because the file is too large to fit --- thus you must use a diskbased or
  26. so-called "sector editor" to make this fix.
  27.  
  28.  
  29. (Inspired by a similar patch courtesy 'Code Buster' for Lotus 123 ver 2.0)
  30. pse 3/28/86
  31.  
  32.