Extracting File info from .exe .dll and .ocx files

  • Thread starter Thread starter Ben Wylie
  • Start date Start date
B

Ben Wylie

Is there a piece of software which will batch extract file version and file
size from all
..exe .dll and .ocx files in Windows, to save me having to do so manually.
(right click ... properties)

Thanks
Ben
 
Is there a piece of software which will batch extract file version and file
size from all
.exe .dll and .ocx files in Windows, to save me having to do so manually.
(right click ... properties)

I like SigCheck from Sysinternals:

http://www.sysinternals.com/ntw2k/source/misc.shtml#sigcheck

If you only want path, description, and version you could also give
FileInfo by Steven Wettberg a try:

http://wettberg.home.texas.net/freeware.htm

Be aware that both programs *don't* display file size. You could
use Karen's Version browser instead:

http://www.karenware.com/powertools/ptbrowse.asp

Unfortunately, Karen's programs need VB Runtime and depend on *.ocx
components...

HTH.
BeAr
 
Thanks for the advice.

I also found vfi.exe from the Windows Resource Kit, it's pretty good and can
export the file info to a text or csv file.

Ben

B. R. 'BeAr' Ederson said:
I like SigCheck from Sysinternals:

http://www.sysinternals.com/ntw2k/source/misc.shtml#sigcheck

If you only want path, description, and version you could also give
FileInfo by Steven Wettberg a try:

http://wettberg.home.texas.net/freeware.htm

Be aware that both programs *don't* display file size. You could
use Karen's Version browser instead:

http://www.karenware.com/powertools/ptbrowse.asp

Unfortunately, Karen's programs need VB Runtime and depend on *.ocx
components...

HTH.
BeAr
===============================================================--(Oops!)===
 
I also found vfi.exe from the Windows Resource Kit, it's pretty good and can
export the file info to a text or csv file.

Seems you don't need file descriptions. So you can use the FileVer
command line tool from the resource kits, too.

You need to consider that the resource kits are some kind of bundle-ware
to the OS. (Not real freeware.) You are allowed to use the utilities for
your paid-for OS version, only.

BeAr
 
Ben said:
Is there a piece of software which will batch extract file version
and file size from all
.exe .dll and .ocx files in Windows, to save me having to do so
manually. (right click ... properties)

WinAudit will give you that and much more. Configureable as to what,
output can be saved in a variety of formats.

http://www.pxserver.com/

--
dadiOH
____________________________

dadiOH's dandies v3.05...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
 
Back
Top