echo off
cls
if exist AUTOFONT.DOC goto :message
echo ERROR:  Cannot locate the order form file which is
echo named AUTOFONT.DOC.  Please  change  to  the drive or 
echo directory which contains your AUTOFONT files,  then
echo run the PRINTDOC.BAT file again.
goto :exit
:message
echo           ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo           ³   The User's Guide for AFSW.EXE consists of 7 printed   ³
echo           ³          pages plus a 1-page descriptive chart.         ³
echo           ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
echo           ³ If you do not want to print this now,  press Control-C  ³
echo           ³                and then press the Y key.                ³
echo           ³ Otherwise,  this program will print the guide for you.  ³
echo           ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
echo           ³                                                         ³
echo           ³                Simply do the following:                 ³
echo           ³                                                         ³
echo           ³            1. Turn your printer ON                      ³
echo           ³            2. For laser printer, set @ 60 lines/page    ³
echo           ³            3. Adjust the left margin to zero or 1       ³
echo           ³            4. Adjust the top line to the very top       ³
echo           ³                of the page                              ³
echo           ³            5. Press any key when ready to print,        ³
echo           ³                or type Ctrl-C now to abort...           ³
echo           ³                                                         ³
echo           ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 
pause > nul
echo                      ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo                      ³   Printing AFSW.EXE USER'S GUIDE   ³
echo                      ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
type AUTOFONT.DOC > prn
echo                                        Done.
cls