home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / FINANCE / CRVPLOT.ZIP / README.BAT < prev    next >
DOS Batch File  |  1991-12-07  |  357b  |  13 lines

  1. echo off
  2. cls
  3. if exist readme goto type_readme
  4. echo.
  5. echo. Please run "GO" from the disk containing the README file for CRVPLOT.
  6. echo. E.G., if the CRVPLOT files are on a disk in drive "B" then enter
  7. echo.                "B:"   to go to drive "B"
  8. echo.                "GO"   to run this batch file again
  9. goto exit
  10. :type_readme
  11. type readme
  12. :exit
  13.