home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / narc12.zip / PRINTDOC.BAT next >
DOS Batch File  |  1987-07-26  |  462b  |  18 lines

  1. Echo OFF
  2. Cls
  3. Echo                      This file will print NARC.DOC
  4. Echo .
  5. Echo             Formfeeds are imbedded in the text for pagination.
  6. Echo      There are no other control chars used, so it should work on vanilla
  7. Echo      Printers
  8. Echo .
  9. Echo .
  10. Echo .
  11. Echo            Press any key to begin printing (Control-C to abort)
  12. Echo .
  13. Pause > NULL
  14. Type MUSTREAD    > PRN
  15. Type NARC.DOC    > PRN
  16. Type NARCCFG.DOC > PRN
  17. Type REGISTER.FRM > PRN
  18.