home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / NARC31.ZIP / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-05-30  |  853 b   |  25 lines

  1. Echo OFF
  2. Cls
  3. Echo               This file will print the document files for
  4. Echo                           IDCshell and NARC.
  5. Echo .
  6. Echo             Formfeeds are imbedded in the text for pagination.
  7. Echo      There are no other control chars used, so it should work on vanilla
  8. Echo      Printers.
  9. Echo .
  10. Echo .
  11. Echo .
  12. Echo            Press any key to begin printing (Control-C to abort)
  13. Echo .
  14. Pause > NUL
  15. If Exist _README Type _README > PRN
  16. If Exist ENVIRON.SET Type ENVIRON.SET > PRN
  17. If Exist MUSTREAD Type MUSTREAD > PRN
  18. If Exist NARC.REV Type NARC.REV > PRN
  19. If Exist IDCSHELL.REV Type IDCSHELL.REV > PRN
  20. If Exist NARC.DOC Type NARC.DOC    > PRN
  21. If Exist NARCCFG.DOC Type NARCCFG.DOC > PRN
  22. If Exist REGISTER.FRM Type REGISTER.FRM > PRN
  23. If Exist IDCSHELL.DOC Type IDCshell.DOC >PRN
  24. If Exist ARCCFG.DOC Type ARCCFG.DOC > PRN
  25.