home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Here is a listing of all files on hard drives. Logical alias drives, such as
- echo DOS SUBSTITUTE drives are not searched to avoid redundant reports of the same
- echo files.
- echo Press any key to begin searching...
- pause >nul
- echo on
- ffg /p *:*
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-