home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo
- echo We are going to print the documentation file. Make sure your printer is on
- echo and that it is loaded with plenty of paper.
- echo
- echo
- pause
- cls
- echo PRINTING IN PROGRESS . . . .
- copy READ.* prn
- echo
- echo
- echo . . . . Printing completed.
- echo on
-