home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 17A / BAN11.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-03-11  |  221b  |  8 lines

  1. echo off
  2. echo This will print out BAN.DOC, ORDER.FRM, SHAREWRE.DOC, VENDORS.DOC,
  3. echo and HISTORY.DOC.  If you do not want to print the documentation,
  4. echo press CTRL-BREAK right now.
  5. pause
  6. print *.doc
  7. print *.frm
  8.