home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist FM.DOC goto :message
- echo ERROR: Cannot locate the file which is named FM.DOC.
- echo Please change to the drive or directory which
- echo contains your FM (FONT MANIA) files, and run the
- echo PRINTDOC.BAT file again.
- goto :exit
- :message
- echo ┌─────────────────────────────────────────────────────────┐
- echo │ The User Manual for FONT MANIA consists of 19 printed │
- echo │ pages plus a 1-page registration form. │
- 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. 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 FONT MANIA USER MANUAL │
- echo └───────────────────────────────────┘
- type FM.DOC > prn
- echo Done.
- cls