home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bibclass.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1989-09-30  |  315b  |  12 lines

  1. cls
  2. echo off
  3. echo We are about to print the documentation for
  4. echo COMPUTER BIBLE CLASS.  Total documentation
  5. echo is 9 pages.  Align your paper to the top of
  6. echo a page and turn your printer on.  If you don't
  7. echo want to print this documentation, press Ctrl-Break
  8. echo now!
  9. pause
  10. type CLASS.DOC>PRN
  11.  
  12.