home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / ftyper.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1987-08-01  |  419b  |  18 lines

  1. echo off
  2. echo *
  3. echo *             PC-FASTYPE(tm) DOCUMENTATION
  4. echo *
  5. echo *   The PC-FASTYPE User's Guide will now be printed on your printer.
  6. echo *   The length is approximately 45 pages long.
  7. echo *
  8. echo *   Turn on your printer, align the paper at top-of-form,
  9. echo *   then...
  10. echo *
  11. pause
  12. COPY  PCFASTYP.DOC  LPT1:
  13. echo *
  14. echo *
  15. echo *      PC-FASTYPE User's Guide is now printed.
  16. echo *
  17. exit
  18.