home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_PAS / TWI201.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1994-01-20  |  258b  |  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.01
  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.