home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / fastyp2.zip / README.BAT < prev    next >
DOS Batch File  |  1990-01-02  |  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.