home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ┌────────────────────────────────────────────────────────────────────────┐
- echo │ ESF LaserJet Soft Font Package │
- echo │ This batch file will print symbol maps for all the special soft fonts │
- echo │ found in this set. It will also print the documentation of the DOWN- │
- echo │ LOAD, DISPFONT, and FONTINFO programs. │
- echo │ │
- echo │ To run this batch file you must FIRST have copied the compressed font │
- echo │ libraries and utility programs to another disk (preferably a hard disk)│
- echo │ and unpacked them ALL. You unpack these libraries by running the │
- echo │ compressed file. Just type: │
- echo │ │
- echo │ FONTS or DISPFONT or FONTINFO followed by a return key. │
- echo │ │
- echo │ Then run this batch file to print the documentation. The current disk │
- echo │ MUST contain: all fonts, DISPFONT.EXE, DOWNLOAD.DOC, DISPFONT.DOC, │
- echo │ & FONTINFO.DOC. This batch file assumes printer port LPT1: is used to │
- echo │ talk to your printer. To use another printer port add "LPT2:" or │
- echo │ "LPT3:" to the end of each dispfont or copy command. │
- echo │ (dispfont ce120rpn.usp -a lpt2: copy download.doc lpt3:) │
- echo │ │
- echo │ Hit any key to print the documentation OR Control-C to abort. │
- echo └────────────────────────────────────────────────────────────────────────┘
- pause
- echo █████ printing your four symbol maps first █████
- dispfont ce120rpn.usp -a
- dispfont cs100rpn.usp -a
- dispfont gr100rpn.usp -a
- dispfont sm180rpn.usp -a
- echo █████ printing 2 pages of documentation for this package █████
- pause
- copy readme.1st lpt1:
- echo █████ printing 9 pages of documentation for the DOWNLOAD program █████
- pause
- copy download.doc lpt1:
- echo █████ printing 7 pages of documentation for the DISPFONT program █████
- pause
- copy dispfont.doc lpt1:
- echo █████ printing 4 pages of documentation for the FONTINFO program █████
- pause
- copy fontinfo.doc lpt1:
-