home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / miscutil.zip / MYMUNP.ZIP / MYM15.UNP next >
Text File  |  1985-11-23  |  2KB  |  67 lines

  1.   Those people who have Andrew Tobias' MANAGING YOUR MONEY and a
  2.   Hard Disk find it very inconvenient to put Disk 1 in Drive A
  3.   to start up MYM.  Below is an update to MYM Version 1.5 for
  4.   people with Hard Disks to bypass this problem.  If you have
  5.   only floppy disks drives, this procedure won't help much.
  6.  
  7.   First, make sure you run INSTALL and specify MYM is to be run
  8.   using a Hard Disk.
  9.  
  10.   Second, make a copy of MYM.EXE using the following DOS command
  11.   making sure that MYM.EXE is on your Hard Disk:
  12.     COPY MYM.EXE MYM.PGM /V
  13.  
  14.   Third, run DEBUG against MYM.PGM as follows with your input to
  15.   DEBUG shown by the arrow "-->" :
  16.  
  17.   -->  C>debug mym.pgm
  18.   -->  -d 4709 470d
  19.        XXXX:4709  B8 01 02 CD 13
  20.   -->  -d 4744 4745
  21.        XXXX:4744  75 CF
  22.   -->  -d efd0 efdf
  23.        XXXX:EFD0  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
  24.   -->  -r cx
  25.        CX EFD0
  26.   -->  :  <cr>
  27.  
  28.   If the above 4 displays do not show the same output, you are
  29.   probability at a different level of MYM and will have to figure
  30.   out a corresponding update using data from above and below.
  31.  
  32.   -->  -a 4709
  33.   -->  XXXX:4709 jmp efd0
  34.   -->  XXXX:470C xor ax,ax
  35.   -->  XXXX:470E  <cr>
  36.   -->  -a 4744
  37.   -->  XXXX:4744 nop
  38.   -->  XXXX:4745 nop
  39.   -->  XXXX:4746  <cr>
  40.   -->  -a efd0
  41.   -->  XXXX:EFD0 push bx
  42.   -->  XXXX:EFD1 mov ax,1453
  43.   -->  XXXX:EFD4 mov [bx],al
  44.   -->  XXXX:EFD6 inc bx
  45.   -->  XXXX:EFD7 dec ah
  46.   -->  XXXX:EFD9 jnz efd4
  47.   -->  XXXX:EFDB pop bx
  48.   -->  XXXX:EFDC jmp 470c
  49.   -->  XXXX:EFDF  <cr>
  50.   -->  -r cx
  51.        CX EFD0
  52.   -->  :efe0
  53.   -->  -w
  54.        Writing EFE0 bytes
  55.   -->  -q
  56.        C>
  57.  
  58.   Finally, rename MYM.EXE to MYM.BAK .   Then rename MYM.PGM to
  59.   MYM.EXE .   MYM.BAK is now your unmodified, original MYM program.
  60.   Save it incase the new version does not work.  Your should no
  61.   longer need to put Disk 1 in Drive A again.
  62.  
  63.   NOTE:  if you run the updated version of MYM.EXE from a floppy
  64.   disk, you will be prompted to put Disk 1,2 or 3 in other drives.
  65.   This new version must be installed using INSTALL specifying a
  66.   Hard Disk and must executed from a Hard Disk to work.
  67.