home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo First, you must de-compress the file MTG21.DOC by running the self-
- echo extracting archive MTG21DOC.EXE. If you haven't already done this,
- echo exit this batch file by pressing CTRL-C (hold down Ctrl and press C).
- echo Then, at the DOS prompt type: MTG21DOC and you'll see the file being
- echo de-compressed. When it's finished, run this batch file again by typing
- echo PRINTDOC, and follow the instructions below.
- echo
- echo Switch on your printer, with the print head at the perforation. You will
- echo need 53 sheets of paper to print the entire manual.
- echo
- pause
- cls
- echo PRINTING...
- copy mtg21.doc prn
- echo on
- cls
-