home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo
- echo Welcome to SEARCH, the BBS message searching utility.
- echo
- echo If you wish to read SEARCH.DOC, the documentation
- echo file for SEARCH, just hold the Ctrl Key and press C.
- echo Make sure that MORE.COM is available, and at the DOS
- echo prompt, type:
- echo
- echo LOOKAT SEARCH.DOC and press the Enter key.
- echo
- echo If you wish to print SEARCH.DOC, just press enter now.
- echo
- echo If you are not ready to print, just hold the Ctrl key and press C.
- echo
- echo
- pause
- type search.doc > prn
- cls
-