home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / mutual.zip / README.BAT < prev   
DOS Batch File  |  1990-05-26  |  5KB  |  85 lines

  1. echo off
  2. cls
  3. echo Mutual Fund Scorecard will run on a one drive, two drive or hard drive system
  4. echo For maximum performance we recommend running the program on a hard drive.
  5. echo *
  6. echo The program requires that you have a CONFIG.SYS file in the root directory
  7. echo of your DOS boot disk. One of the lines in your CONFIG.SYS file should read
  8. echo FILES=35
  9. echo If you don't have FILES=35 the program will stop and give you the
  10. echo error "TOO MANY FILES OPEN"
  11. echo Edit your CONFIG.SYS to include FILES=35  Thirty five is the minimum. You
  12. echo may have a higher number than 35 if required by some other program.
  13. echo *
  14. echo If You don't have a CONFIG.SYS file you may copy the one provided
  15. echo with the extracted program files as follows:
  16. echo Hard drive users - while in the directory this program has been
  17. echo extracted to
  18. echo type COPY CONGIG.SYS C:\
  19. echo Floppy users - have the DOS disk you use to boot the system in drive A
  20. echo with no write protect tab. While in the directory this program has been
  21. echo extracted to and type COPY CONFIG.SYS A:
  22. echo *
  23. echo Note:You have to restart your computer for any changes in config.sys
  24. echo      to take effect
  25. echo *
  26. pause
  27. echo off
  28. cls
  29. echo ************ HARD DRIVE INSTALLATION ***************************************
  30. echo *     (Floppy users press any key to move to the next screen)              *
  31. echo *                                                                          *
  32. echo *   Create a subdirectory on your hard drive called MUT                    *
  33. echo *    Copy all of the files from the extracted program files to C:\MUT      *
  34. echo *    Edit your CONFIG.SYS file for FILES=35                                *
  35. echo *   (Note: If you ever need to reinstall the program do not copy           *
  36. echo *          the sample files .dat .k??  - if you do you will                *
  37. echo *          write over your data files.)                                    *
  38. echo *  After installation is finished restart your computer and then type:     *
  39. echo *            C:                                                            *
  40. echo *            CD\MUT                                                        *
  41. echo *            MUTUALS                                                       *
  42. echo *  to start program.                                                       *
  43. echo *                                                                          *
  44. echo *  The remainder of these instructions are for floppy users                *
  45. echo *  Hard drive users press CTRL-C to QUIT reading these instructions        *
  46. echo ****************************************************************************
  47. pause
  48. cls
  49. echo ************ TWO FLOPPY DRIVE INSTALLATION *********************************
  50. echo *     (Single Floppy users press any key to move to the next screen)       *
  51. echo *                                                                          *
  52. echo *  MUTUAL FIND SCORECARD DEMO may be transferred to two floppy disks       *
  53. echo *   for users who want to run the program on a two floppy system.          *
  54. echo *  Place a blank formatted disk in drive A.                                *
  55. echo *  First make the program disk. While in the directory that this program   *
  56. echo *   has been extracted to type:                                            *
  57. echo *     COPY PATHB A:PATH    and press enter                                 *
  58. echo *     COPY MUTUALS.EXE A:  and press enter                                 *
  59. echo *  Now make the Data disk.                                                 *
  60. echo *   place a new blank formatted disk in drive A and type:                  *
  61. echo *     COPY *.HLP A:        and press enter                                 *
  62. echo *     COPY *.DAT A:        and press enter                                 *
  63. echo *     COPY *.K?? A:        and press enter                                 *
  64. echo *  Make sure you edited your CONFIG.SYS file on your DOS disk to FILES=35  *
  65. echo *   or copied our CONFIG.SYS file to your DOS disk.                        *
  66. echo *  Restart your computer before running the program the first type to      *
  67. echo *   make changes in CONFIG.SYS take effect.                                *
  68. echo *  To run MUTUAL FUND SCORECARD DEMO place the program disk in drive A     *
  69. echo *  and the data disk in drive B and at the A: prompt type MUTUALS          *
  70. echo ****************************************************************************
  71. pause
  72. cls
  73. echo ************ ONE FLOPPY DRIVE INSTALLATION *********************************
  74. echo *  To transfer MUTUAL FUND SCORECARD DEMO for use on a single floppy       *
  75. echo *  system follow the above procedure with the following exception.         *
  76. echo *  type:                                                                   *
  77. echo *  COPY PATHA A:PATH  instead of PATHB                                     *
  78. echo *  To run MUTUAL FUND SCORECARD DEMO on a single floppy system place       *
  79. echo *  the Program disk in the A drive and at the A: prompt type MUTUALS       *
  80. echo *  You will be reminded to put in the data disk after the program has      *
  81. echo *  loaded.                                                                 *
  82. echo ****************************************************************************
  83.  
  84.  
  85.