Page 1 of 1

Acquire file version of DLL or EXE?

Posted: 07 Nov 2008 02:29
by jeff00seattle
Is there a way within the DOS command-line to determine the file property version number of a DLL or EXE?

I want to use it to determine if I have version soup over a group of DLLs in C:\Windows\system32.

This gives me only the DLL names:

Code: Select all

C:\WINDOWS\system32>dir /B wm*.dll


Now next to the DLL names, I want to append their version number.