home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FFG153.ZIP / DEMOBAT.ZIP / DDD.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  296b  |  13 lines

  1. @echo off
  2. cls
  3. echo This works like a DIR command that takes advantages of FFG's ability to
  4. echo group files.
  5. echo.
  6. echo Press any key to begin searching...
  7. pause >nul
  8. echo on
  9. ffg /r /p %1 %2 %3 %4 %5 %6 %7 %8 %9
  10. @echo off
  11. echo Done.  Press any key for next demonstration...
  12. pause>nul
  13.