echo off
cls
if exist REGISTER.FRM goto :message
echo ERROR:  Cannot locate the order form file which is
echo named REGISTER.FRM.  Please  change  to  the drive or 
echo directory which contains your AUTOFONT files,  then
echo run the ORDER.BAT file again.
goto :exit
:message
echo           ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo           ³         The registration form for AUTOFONT.EXE          ³
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 AUTOFONT REGISTRATION FORM NOW ³
echo                   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
type REGISTER.FRM > prn
echo                                        Done.
cls