home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This will print the file "baseball.doc" to your line printer(LPT1).
- echo Make sure the printer is lined up correctly. The document is about
- echo 15 pages long. If you do not wish to print it, hit CTRL C now.
- echo Any other key to continue.
- pause
- copy baseball.doc PRN
-