home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t222 / 1.img / DEMO-BAT.ZIP / CFGFILES.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-10-31  |  323 b   |  14 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of CONFIGURATION files.
  4. echo Press any key to begin searching...
  5. pause >nul
  6. echo on
  7. ffg /p *:*c[[o,]n,]f[i,]g*   /x*.[exe,com,bat]
  8. @echo off
  9. ::
  10. :: Almost same as: ffg /p *:*c*fg*,*cn*fig* /x*.exe,*.com,*.bat
  11. ::
  12. echo Done.  Press any key for next demonstration...
  13. pause>nul
  14.