ECHO OFF
CLS
ECHO .This disk contains one hundred "boiler-plate" business letters.  To print
ECHO .out the letters there is a file PRINTLET.EXE  This will print the letters
ECHO .If you want to edit a letter you can use any standard ASCII wordprocessor.
ECHO .We have disk #78 PC-WRITE which is an excellent one to use.
ECHO .
ECHO .
ECHO .There is a file on this disk called AD.  It has information about this disk
ECHO .as well as information on some other disks available from this author.
ECHO .
ECHO .
ECHO .To print any of the files on the disk you can use the PRINTLET.EXE program
ECHO .Or you can COPY the files to the printer using the following format:
ECHO .                                     COPY FILENAME.EXT  LPT1:
ECHO .For example to copy the ad file type:
ECHO .                                     COPY AD. LPT1:
ECHO .
ECHO ON
