home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / miscutil.zip / MYMUNP.ZIP / MYMUNP.DOC < prev    next >
Text File  |  1985-08-17  |  2KB  |  46 lines

  1. MYMUNP - Usability aid for Andrew Tobia$ Managing Your Money
  2.      Copyright 1983 MECA. Version 1.35
  3.  
  4. MYMUNP allows the owner of a hard disk to run MYM in the system
  5. environment as all properly written programs should.  MYMUNP also
  6. allows its owner to make backup copies of the MYM diskettes with
  7. standard DOS commands.    MYM is a fine program and it is not our intent
  8. to help you to steal monies due the author of this software so please
  9. do not sell copies whick contain MYMUNP.COM or the INT 75 patch.
  10.  
  11. The following procedure works on Version 1.35 of MYM:
  12.  
  13. Step 1. Copy MYMUNP.COM to the MYM subdirectory.
  14.  
  15. Step 2. Create MYM.BAT in the MYM subdirectory:
  16.      ECHO OFF
  17.      SET MODNAME=MYMUNP
  18.      MYMUNP
  19.      SET MODNAME=???
  20.      MYM75
  21.  
  22. Step 3. Do the following debug procedure to MYM.EXE which
  23.     changes the INT 13 to an INT 75.
  24.      REN MYM.EXE MYM
  25.      DEBUG MYM
  26.      -S 0 LFFFF CD 13
  27.      XXXX:44F0
  28.      -E 44F0 CD 75
  29.      -W
  30.      -Q
  31.      REN MYM MYM75.EXE
  32.  
  33. Step 4. Run MYM the way it should have been sold to you in the first
  34.     place.
  35.  
  36. How it works:  The INT 75 instruction calls MYMUNP to (1) load the
  37. buffer as if it had been read from the "hidden" sector on diskette,
  38. (2) set return code 0 meaning the read was good, and (3) put the INT
  39. 13 back in case MYM does a checksum of itself to see if you have
  40. modified the code.  Once MYMUNP is installed as a DOS extension you
  41. may leave and reenter MYM as often as you like without hunting for
  42. master disk # 1.
  43.  
  44. Special thanks to the unknown author of SYMPHONY.UNP from which
  45. we learned the interrupt 75 method.
  46.