home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / PCFTYP41.ZIP / README.BAT < prev    next >
DOS Batch File  |  1990-05-01  |  249b  |  9 lines

  1. echo off
  2. cls
  3. rem Batch program to display PC-FASTYPE's README file on your screen.
  4. rem To print the readme file to your printer, enter the following
  5. rem MS-DOS command at the prompt:
  6. rem            copy readme.txt prn
  7. rem
  8. more < readme.txt
  9.