home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist PKUNZIP.EXE goto parttwo
- echo PKUNZIP is not in this directory. Please copy it to this directory
- echo and run LOOKFOR again.
- echo
- goto end
- :parttwo
- if exist FGREP.COM goto part3
- echo FGREP.COM is not in this directory. Please copy it to this
- echo directory and run LOOKFOR again.
- echo
- goto end
- :part3
- if exist MORE.COM goto searchit
- echo MORE.COM is not in this directory. Please copy it to this directory
- echo and run LOOKFOR again.
- echo
- goto end
- :searchit
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo Searching....
- echo - Please wait -
- pkunzip -c %1 | fgrep %2 %3 %4 %5 %6 %7 %8 | more
- :end