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

  1. @echo off
  2. cls
  3. echo Here is a listing of ALL C: DRIVE FILES in COMMA-DELIMITED DATABASE format.  To
  4. echo create a database file you would redirect this output to a file.
  5. echo.
  6. echo Press any key to begin searching...
  7. pause >nul
  8. echo on
  9. ffg /p C:* /f, /fs!
  10. @echo off
  11. echo Done.  Press any key for next demonstration...
  12. pause>nul
  13.