home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG155.ZIP / DEMO_BAT.ZIP / NOTES.BAT < prev    next >
DOS Batch File  |  1993-10-31  |  360b  |  13 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of "NOTES" files.
  4. echo Press any key to begin searching...
  5. pause >nul
  6. echo on
  7. ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*
  8. @echo off
  9. REM Above is same as:
  10. REM ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
  11. echo Done.  Press any key for next demonstration...
  12. pause>nul
  13.