home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo This works like a DIR command that takes advantages of FFG's ability to
- echo group files.
- echo.
- echo Press any key to begin searching...
- pause >nul
- echo on
- ffg /r /p %1 %2 %3 %4 %5 %6 %7 %8 %9
- @echo off
- echo Done. Press any key for next demonstration...
- pause>nul
-