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.
Moderator: DosItHelp
Code: Select all
C:\WINDOWS\system32>dir /B wm*.dll