home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- MORE < README.TXT
- echo
- pause
- cls
- echo
- echo
- echo
- echo
- echo TO PRINT DOCUMENT.TXT:
- echo
- echo If you would like a printout of the documentation which includes
- echo instructions on how to install WSPM on your hard drive and
- echo instructions on how to use WSPM, turn your printer on and press a
- echo key. The document is 12 pages long. If you wish to return to
- echo the DOS shell at this time press CTRL + BREAK.
- echo
- pause
- cls
- echo
- echo DOCUMENT.TXT is now being printed.
- echo
- copy DOCUMENT.TXT prn
- cls
- echo
- echo . . . . . Printing finished.
- echo
-