home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1994 October / SOFM_Oct1994.bin / pc / bus / crvplt / 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.