home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Here is a listing of ALL C: DRIVE FILES in COMMA-DELIMITED DATABASE format. To
- echo create a database file you would redirect this output to a file.
- echo.
- echo Press any key to begin searching...
- pause >nul
- echo on
- ffg /p C:* /f, /fs!
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-