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

  1. @echo off
  2. cls
  3. echo Here is a listing of WordPerfect Corp user Data Files.  It uses text
  4. echo searching.
  5. echo Press any key to begin searching...
  6. pause >nul
  7. ::
  8. :: Does a case-sensitive search of the first 4 bytes for "=255WPC":
  9. ::
  10. echo on
  11. ffg /p *:* /x*.[exe,com,dll,ovy] /$=c=#4=255WPC
  12. @echo off
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.