home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ──────────────────────────────────────────────────────────────────────
- echo To print the documentation on this disk, use the command
- echo
- echo PRINTDOC filename.doc
- echo
- echo For example, to print the file PROGRAM.DOC, you would enter
- echo
- echo PRINTDOC PROGRAM.DOC
- echo
- echo The "DOC" files on this disk are:
- echo ──────────────────────────────────────────────────────────────────────
- DIR *.DOC
- echo ──────────────────────────────────────────────────────────────────────
- echo Now enter the appropriate PRINTDOC command to print the documentation
- echo ──────────────────────────────────────────────────────────────────────
-