home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / pcemulator / pc009 / README_BAT < prev    next >
Encoding:
Text File  |  1994-05-16  |  249 b   |  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.