Acquire file version of DLL or EXE?
Posted: 07 Nov 2008 02:29
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:
Now next to the DLL names, I want to append their version number.
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.