home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TWI10.ZIP / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-08-12  |  257 b   |  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 1.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.