echo off
cls
if exist ORDER.TXT goto :message
echo ERROR:  Cannot locate the order form file which is
echo named ORDER.TXT.  Please  change  to  the drive or 
echo directory which contains your AUTOCOM files,  then
echo run the ORDER.BAT file again.
goto :exit
:message
echo           ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo           ³    The order form for AUTOCOM and related materials     ³
echo           ³ consists  of  one  printed   8-1/2  by  11-inch  page.  ³
echo           ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
echo           ³ If you don't want to print this form now, press Ctrl-C  ³
echo           ³ and then press Y.                                       ³
echo           ³ Otherwise, you may let this program  print it for you.  ³
echo           ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
echo           ³                                                         ³
echo           ³                Simply do the following:                 ³
echo           ³                                                         ³
echo           ³            1. Turn your printer ON                      ³
echo           ³            2. If using laserjet set @ 65 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 AUTOCOM ORDER FORM NOW  ³
echo                       ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
type ORDER.TXT > prn
echo                                        Done.
cls