Monday, November 29, 2010

Files Info Generator 1.0

Files info generator is a simple to use command line tool to generate a text file containing detailed information about the files inside a folder.
It can be executed on all files inside a folder, for a group of files based on wildcards mask or for a specific file name.
The output text file will contain the next information (if exists) for each file:
- File name
- Description
- Size
- Company name
- Product name
- Product version
- Internal name
- Legal copyright
- Legal trademarks
- Original file name
- Comments
- CRC
- MD5
- Attributes
- Date created
- Last accessed
- Last Modified

Based on a request from Steffen Schilke.

More details can be found in the included ReadMe.txt file.

Freeware by LeeLu Soft 2010

Download (single file no install) 186kb:


2 comments:

Anonymous said...

Hello,
Perhaps an issue with the "Last Accessed" date.
Bye

Anonymous said...

Very nice and useful.
It seems that sometimes many spaces are left to the right of the fields (at least for .exe files) maybe a trim is needed.
A useful feature, in my opinion, could be an optional output in .csv format in order to load it in excel or other programs.
Steve