home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / ESFLASER.ZIP / DOCUMENT.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-31  |  2.3 KB  |  43 lines

  1. echo off
  2. cls
  3. echo ┌────────────────────────────────────────────────────────────────────────┐
  4. echo │                     ESF LaserJet Soft Font Package                     │
  5. echo │ This batch file will print symbol maps for all the special soft fonts  │
  6. echo │ found in this set. It will also print the documentation of the DOWN-   │
  7. echo │ LOAD, DISPFONT, and FONTINFO programs.                                 │
  8. echo │                                                                        │
  9. echo │ To run this batch file you must FIRST have copied the compressed font  │
  10. echo │ libraries and utility programs to another disk (preferably a hard disk)│
  11. echo │ and unpacked them ALL. You unpack these libraries by running the       │
  12. echo │ compressed file. Just type:                                            │
  13. echo │                                                                        │
  14. echo │   FONTS  or  DISPFONT  or  FONTINFO   followed by a return key.        │
  15. echo │                                                                        │
  16. echo │ Then run this batch file to print the documentation. The current disk  │
  17. echo │ MUST contain: all fonts, DISPFONT.EXE, DOWNLOAD.DOC, DISPFONT.DOC,     │
  18. echo │ & FONTINFO.DOC. This batch file assumes printer port LPT1: is  used to │
  19. echo │ talk to your printer. To use another printer port add "LPT2:" or       │
  20. echo │ "LPT3:" to the end of each dispfont or copy command.                   │
  21. echo │ (dispfont ce120rpn.usp -a lpt2:   copy download.doc lpt3:)             │
  22. echo │                                                                        │
  23. echo │ Hit any key to print the documentation OR Control-C to abort.          │
  24. echo └────────────────────────────────────────────────────────────────────────┘
  25. pause
  26. echo █████ printing your four symbol maps first █████
  27. dispfont ce120rpn.usp -a
  28. dispfont cs100rpn.usp -a
  29. dispfont gr100rpn.usp -a
  30. dispfont sm180rpn.usp -a
  31. echo █████ printing 2 pages of documentation for this package █████
  32. pause
  33. copy readme.1st lpt1:
  34. echo █████ printing 9 pages of documentation for the DOWNLOAD program █████
  35. pause
  36. copy download.doc lpt1:
  37. echo █████ printing 7 pages of documentation for the DISPFONT program █████
  38. pause
  39. copy dispfont.doc lpt1:
  40. echo █████ printing 4 pages of documentation for the FONTINFO program █████
  41. pause
  42. copy fontinfo.doc lpt1:
  43.