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

  1. @echo off
  2. echo Peforms an inventory of executable program files and puts the results in a
  3. echo comma-delimited ASCII database file called INVENTRY.DB.  The search extends
  4. echo inside archive files such as .ZIP files.  Also, a custom output format is
  5. echo specified.
  6. echo.
  7. echo This might be useful for a software inventory or a software license audit.
  8. call presskey
  9. echo.
  10. echo ******** In this demonstration, the file is not actually created.  Instead,
  11. echo          output is directed to the screen.
  12. echo.
  13. echo on
  14. ffg /p *:*.[com,exe] /z /fs! /f,nsdt:r
  15.