home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tvision / twi / printdoc.bat < prev    next >
Encoding:
DOS Batch File  |  1992-09-07  |  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.1
  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.