home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / twi20.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-01-01  |  257b  |  12 lines

  1. @echo off
  2. CLS
  3. echo This batch will print the documentation to the:
  4. echo .
  5. echo    Text Windowing Interface (TWI) version 2.0
  6. echo .
  7. echo .
  8. echo Press the control and break button to abort the printing of the
  9. echo documentation.
  10. pause
  11. print *.doc
  12.