home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / all-c-db.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  222 b   |  9 lines

  1. @echo off
  2. echo Here is a listing of ALL C: DRIVE FILES in COMMA-DELIMITED DATABASE format.  To
  3. echo create a database file you would redirect this output to a file.
  4. echo.
  5. call presskey
  6. echo on
  7. ffg /p C:* /f, /fs!
  8.  
  9.