Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used a command dir /b/o:n >mydllname.txt
by using it i have found all dlls name in text file,but i also want to get version of each dll with respect to dll name,by using command prompt.Is there any tricks or logic to get list of all dlls of a folder with their version?
Posted
Updated 29-May-13 22:41pm
v2

1 solution

Depending on the exact OS you are using, you may want to look at FileVer.exe[^] from Microsoft (for XP - there may be later version(s) for 7 and 8, but I haven't looked)
 
Share this answer
 
Comments
StackQ 30-May-13 6:05am    
yes, i have read that article,but it's for XP, right there is no version for windows 7 and 8.
Anything else??
StackQ 30-May-13 6:43am    
I checked it again on XP, and it's working as i expected.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900