home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist AFORDER.FRM goto :message
- echo ERROR: Cannot locate the order form file which is
- echo named AFORDER.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 order form for AUTOFONT.EXE 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. Adjust the left margin to zero or 1 │
- echo │ 3. Adjust the top line to the very top │
- echo │ of the page │
- echo │ 4. Press any key when ready to print, │
- echo │ or type Ctrl-C now to abort... │
- echo │ │
- echo └─────────────────────────────────────────────────────────┘
- pause > nul
- echo ┌───────────────────────────────────┐
- echo │ Printing AUTOFONT ORDER FORM NOW │
- echo └───────────────────────────────────┘
- type AFORDER.FRM > prn
- echo Done.
- cls