home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / mymfix_.zip / MYMFIX.DOC < prev   
Text File  |  1985-08-24  |  2KB  |  55 lines

  1.  
  2.  
  3.                     HOW TO UNPROTECT "MANAGING YOUR MONEY(tm)"
  4.                            WITHOUT PROGRAM MODIFICATIONS
  5.  
  6.          If you wish to run "Managing Your Money" from a hard disk, but are
  7.      annoyed by the requirement for having the original disk 1 in drive A,
  8.      then read on....
  9.  
  10.          Part of this ARC file is the program "MYMFIX.COM".  All you have to
  11.      do is to include this program in your "autoexec" file when running
  12.      Managing Your Money.  For instance, your "autoexec.bat" might look like
  13.      this:
  14.  
  15.          DATE
  16.          TIME
  17.          MYMFIX
  18.          MYM
  19.  
  20.          That's all there is to it.  MYM will no longer look for the key
  21.      disk in drive A.
  22.  
  23.          Unlike another unprotection method for MYM, this one does not in-
  24.      volve any program modifications with DEBUG.  How then does this scheme
  25.      work?
  26.  
  27.          The protection logic for MYM is quite simple.  On side 0, track 0B
  28.      (hex), sector 5B (hex) of the original disk 1 is a short identification
  29.      string.  The program looks for this string and, if it can't be found,
  30.      you are summarily returned to DOS.
  31.  
  32.          MYMFIX is a resident interrupt handler which screens disk I/O calls.
  33.      When a call occurs to the special sector mentioned above, MYMFIX sends
  34.      back the required indentification string to MYM.  Voila, MYM thinks it
  35.      has successfully read the original disk 1 and processing continues
  36.      normally!
  37.  
  38.          Note: this program was written for MYM version 1.5.  It may not work
  39.      with subsequent versions if the protection scheme has been changed.
  40.  
  41.      A request:
  42.  
  43.          If you find this program of value and wish to encourage the
  44.      availability of similar programs in the future, then you may wish 
  45.      to contribute $10 to the author at the address below: 
  46.  
  47.                  Herbert Sorock
  48.                  2241 Thornwood Avenue
  49.                  Wilmette, IL  60091
  50.  
  51.      ------------------------------------------------------------------------
  52.      "Managing Your Money" is a registered trademark of Micro Education
  53.      Corporation of America
  54.  
  55.