home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hpx11.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-07-20  |  226b  |  14 lines

  1. echo off
  2. cls
  3. echo ...Ready to print documentation.  Make sure printer is ready and
  4. echo ...has plenty of paper.
  5. echo ...
  6. echo ...Press Ctrl-C to cancel
  7. echo 
  8. pause
  9. copy X11SHARE.DOC PRN
  10. cls
  11. echo ...Done!
  12. start
  13.  
  14.