home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / LOOKFR.ZIP / LOOKFORP.BAT < prev   
Encoding:
DOS Batch File  |  1990-10-14  |  591 b   |  30 lines

  1. echo off
  2. cls
  3. if exist PKUNZIP.EXE goto parttwo
  4. echo PKUNZIP is not in this directory.  Please copy it to this directory
  5. echo and run LOOKFOR again.
  6. echo  
  7. goto end
  8. :parttwo
  9. if exist FGREP.COM goto search
  10. echo FGREP.COM is not in this directory.  Please copy it to this
  11. echo directory and run LOOKFOR again.
  12. echo  
  13. goto end
  14. :search
  15. echo  
  16. echo  
  17. echo  
  18. echo  
  19. echo  
  20. echo  
  21. echo  
  22. echo  
  23. echo  
  24. echo  
  25. echo  
  26. echo                              Searching....
  27. echo                           -  Please wait  -
  28. pkunzip -c %1 | fgrep %2 %3 %4 %5 %6 %7 %8 > lpt1:
  29. :end
  30.