home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Here is a listing of "NOTES" files.
- echo Press any key to begin searching...
- pause >nul
- echo on
- ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*
- @echo off
- REM Above is same as:
- REM ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
- echo Done. Press any key for next demonstration...
- pause>nul
-