I am on the search for a little command line tool
for to print the file properties and redirect them in a text file.
Here is an example of this properties
Microsoft Paint
Original Filename MSPAINT.EXE
Internal Name MSPAINT
File Version 5.1.2600.2180(xpsp_sp2_rtm.040803-2158) (5.1.2600.2180)
Product Version 5.1.2600.2180 (5.1.2600.2180)
Company Name Microsoft Corporation
File Description Paint
Copyright Ă’ Microsoft Corporation. All rights reserved.
Product Name Microsoft« Windows« Operating System
File Name mspaint.exe
File Path C:\WINDOWS\system32\
File Attributes Archive
Creation Time 2005-11-04, 10:28:06
Last Write Time 2004-08-04, 12:00:00
File Size 343040 Bytes (335.0 KBytes)
i got from SiW for one file.
Now i look for a command line utility for to batch process this
like
C:\>GetFileProps.exe %ProgramFiles%\winrar\ /s > FileProp.txt
to list all properties of all files into a text file.
Did someone know such a tool ?