home *** CD-ROM | disk | FTP | other *** search
- @echo off
- CLS
- echo This batch will print the documentation to the:
- echo .
- echo Text Windowing Interface (TWI) version 1.0
- echo .
- echo .
- echo Press the control and break button to abort the printing of the
- echo documentation.
- pause
- print *.doc
-