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

  1. @echo off
  2. cls
  3. echo Here is a listing of Windows Help Files.  It uses text searching to
  4. echo ensure non-windows help files aren't found.
  5. echo.
  6. echo Press any key to begin searching...
  7. pause >nul
  8. ::
  9. :: Does a case-sensitive search of the first 3 bytes of .HLP files for "=?_=3":
  10. ::
  11. echo on
  12. ffg /p *:*.hlp /$=#3?_=3
  13. @echo off
  14. echo Done.  Press any key for next demonstration...
  15. pause>nul
  16.