home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / DEMO_BAT.ZIP / LHAEXES.BAT < prev    next >
DOS Batch File  |  1993-12-07  |  367b  |  15 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of self-extracting LHA files. It uses text searching.
  4. echo Press any key to begin searching...
  5. pause >nul
  6. ::
  7. :: This does a case-sensitive search of the first 40 bytes of all executable
  8. :: files for "LHA":
  9. ::
  10. echo on
  11. ffg /p *:*.exe /$=c=#40LHA
  12. @echo off
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.