home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Here is a listing of CONFIGURATION data files.
- echo Press any key to begin searching...
- pause >nul
- echo on
- ffg /p *:*c[f,[o,]nf[i,]]g* /x*.[exe,com,bat]
- @echo off
- REM Equivalent to: ffg /p *:*c*fg*+*c*n*fig* /x*.exe+*.com+*.bat
- echo Done. Press any key for next demonstration...
- pause>nul
-