views:

108

answers:

4

Binary files have a version embedded in them - easy to display in Windows Explorer.

alt text

How can I retrieve that file version, from a batch file?

+2  A: 

Here is a solution in PowerShell using FileVersionInfo.

devio
+2  A: 

I think FILEVER is what you need.

RC
A: 

Check out sigcheck from sysinternals.

Lars Corneliussen