home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / MGYRMONY.ZIP / MGYRMONY.UNP
Text File  |  1992-11-23  |  4KB  |  114 lines

  1. ****************************** Managing Your Money Ver. 1.5 *******
  2.  
  3.   Those people who have Andrew Tobias' MANAGING YOUR MONEY and a
  4.   Hard Disk find it very inconvenient to put Disk 1 in Drive A
  5.   to start up MYM.  Below is an update to MYM Version 1.5 for
  6.   people with Hard Disks to bypass this problem.  If you have
  7.   only floppy disks drives, this procedure won't help much.
  8.  
  9.   First, make sure you run INSTALL and specify MYM is to be run
  10.   using a Hard Disk.
  11.  
  12.   Second, make a copy of MYM.EXE using the following DOS command
  13.   making sure that MYM.EXE is on your Hard Disk:
  14.     COPY MYM.EXE MYM.PGM /V
  15.  
  16.   Third, run DEBUG against MYM.PGM as follows with your input to
  17.   DEBUG shown by the arrow "-->" :
  18.  
  19.   -->  C>debug mym.pgm
  20.   -->  -d 4709 470d
  21.        XXXX:4709  B8 01 02 CD 13
  22.   -->  -d 4744 4745
  23.        XXXX:4744  75 CF
  24.   -->  -d efd0 efdf
  25.        XXXX:EFD0  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
  26.   -->  -r cx
  27.        CX EFD0
  28.   -->  :  <cr>
  29.  
  30.   If the above 4 displays do not show the same output, you are
  31.   probability at a different level of MYM and will have to figure
  32.   out a corresponding update using data from above and below.
  33.  
  34.   -->  -a 4709
  35.   -->  XXXX:4709 jmp efd0
  36.   -->  XXXX:470C xor ax,ax
  37.   -->  XXXX:470E  <cr>
  38.   -->  -a 4744
  39.   -->  XXXX:4744 nop
  40.   -->  XXXX:4745 nop
  41.   -->  XXXX:4746  <cr>
  42.   -->  -a efd0
  43.   -->  XXXX:EFD0 push bx
  44.   -->  XXXX:EFD1 mov ax,1453
  45.   -->  XXXX:EFD4 mov [bx],al
  46.   -->  XXXX:EFD6 inc bx
  47.   -->  XXXX:EFD7 dec ah
  48.   -->  XXXX:EFD9 jnz efd4
  49.   -->  XXXX:EFDB pop bx
  50.   -->  XXXX:EFDC jmp 470c
  51.   -->  XXXX:EFDF  <cr>
  52.   -->  -r cx
  53.        CX EFD0
  54.   -->  :efe0
  55.   -->  -w
  56.        Writing EFE0 bytes
  57.   -->  -q
  58.        C>
  59.  
  60.   Finally, rename MYM.EXE to MYM.BAK .   Then rename MYM.PGM to
  61.   MYM.EXE .   MYM.BAK is now your unmodified, original MYM program.
  62.   Save it incase the new version does not work.  Your should no
  63.   longer need to put Disk 1 in Drive A again.
  64.  
  65.   NOTE:  if you run the updated version of MYM.EXE from a floppy
  66.   disk, you will be prompted to put Disk 1,2 or 3 in other drives.
  67.   This new version must be installed using INSTALL specifying a
  68.   Hard Disk and must executed from a Hard Disk to work.
  69.  
  70.  
  71. ****************************** Managing Your Money Ver. 2.0 *******
  72.  
  73.  
  74.                HOW TO RUN "MANAGING YOUR MONEY(tm)" FROM A
  75.                   HARD DISK WITHOUT THE "KEY" DISK AND
  76.                       WITHOUT PROGRAM MODIFICATIONS
  77.  
  78.          If you wish to run "Managing Your Money" (including version
  79.      2.0) from a hard disk, but are annoyed by the requirement for
  80.      having the original disk 1 in drive A, then read on....
  81.  
  82.          Part of this ARC file is the program "MYMFIX.COM".  All you have
  83.  to
  84.      do is to include this program in your "autoexec" file when running
  85.      Managing Your Money.  For instance, your "autoexec.bat" might look l
  86. ike
  87.      this:
  88.  
  89.          DATE
  90.          TIME
  91.          MYMFIX  (to install "MYMFIX")
  92.          MYM
  93.          MYMFIX  (to uninstall "MYMFIX")
  94.  
  95.          That's all there is to it.  MYM will no longer look for the key
  96.      disk in drive A.  If you are using version 2.0 of MYM, when the
  97.      request is made to put the key disk in drive A, simply proceed as
  98.      though you had actually inserted the disk.
  99.  
  100.      A request:
  101.  
  102.          If you find this program of value and wish to encourage the
  103.      availability of similar programs in the future, then you may wish
  104.      to contribute $10 to the author at the address below:
  105.  
  106.                  Herbert Sorock
  107.                  2241 Thornwood Avenue
  108.                  Wilmette, IL  60091
  109.  
  110.      --------------------------------------------------------------------
  111. ----
  112.      "Managing Your Money" is a registered trademarks of Micro Education
  113.      Corporation of America.
  114. f