Acquire file version of DLL or EXE?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jeff00seattle
Posts: 7
Joined: 06 Nov 2008 19:55

Acquire file version of DLL or EXE?

#1 Post by jeff00seattle » 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:

Code: Select all

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


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

Post Reply