home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / unprtc.lzh / MYM15.UNP < prev    next >
Text File  |  1985-04-25  |  2KB  |  53 lines

  1. These instructions will direct you how to change Manage Your Money
  2. Version 1.5 so that it will run on your hard disk without requiring
  3. a system disk in your floppy drive.  Naturally these changes are
  4. meant to be used by licensed users only.
  5.  
  6. This file represents several hours of stepping through compiled basic
  7. (yechhh a fate worse than death) in order to remove the offending code.
  8.  
  9. If you find this useful please send $10.00 to:
  10.  
  11. Richard Cole
  12. 1071 Wilson Drive
  13. Simi Valley, California
  14. 93065
  15.  
  16. Run setup first to set up MYM for your system. Then run all three disks
  17. onto your hard disk. Then use Debug as instructed on MYM.exe. From then
  18. on you can run MYM directly from your hard disk with no system disk.
  19.  
  20. You can also use backup or copy to save MYM and its files to a floppy
  21. disk. This allows you to make extra backups etc. You must remember that
  22. you have to use setup.exe on the original system disk to change the system
  23. setup as to number or drives, where to look for data files, screen type etc.
  24.  
  25. This was tested on DOS 3.0 using debug 3.0 for earlier versions of DOS and
  26. debug you might have to look up or down in memory one or two sectors to find
  27. the proper locations.
  28.  
  29. At location 04F0 you will find CALL 44F2 or byte string E8,FF,3F.
  30. Change these three bytes to NOP NOP NOP or byte string 90,90,90.
  31. This removes the call to the floppy disk.
  32.  
  33. At location 72DE you will find CALL 4848 or byte string E8,67,D5
  34. Change these three bytes to NOP NOP NOP or byte string 90,90,90.
  35. This removes those nasty little checks for the system disk.
  36.  
  37. Make sure to operate on a backup file and not the original. I suggest
  38. you set up MYM for your system first from the original disks and then
  39. run them on your hard disk. Then make a copy of MYM.EXE and use that
  40. to operate on. When you have it working copy it back to your hard disk
  41. and you're in business.
  42.  
  43. ANDREW TOBIAS if you should read this: With a good financial statement,
  44. some assembly language routines to gain speed, a return to DOS after exit
  45. instead of rebooting, and other minor polishes you will have a darn good
  46. piece of software which will be really useful to almost anybody with a
  47. computer and even a small business or shop.
  48.  
  49.  
  50.                                               Richard Cole
  51.  
  52.  
  53.