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