ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: EXE File Version

(1/2) > >>

gameaddict20:
Hi,
I require a simple command line executable than when provided with an argument for the path to an exe file it then saves the other version information to a txt file. For example it'll save company, file version, product name, ect ect (everything you find on the version tab when you right click and properties on an exe. Im sure this should be quite simple but using my programming language its imposible and i dont know any other languages. Its for my GameManagerV2 app to improve to exe selection routine. Ive looked all over the internet and cannot find an GNU program that will do this
Thanks for any help

nosh:
Try http://www.codeproject.com/KB/DLL/showver.aspx

lanux128:
maybe this can help: How to extract version information using the Windows API.

skwire:
@gameaddict20: I have this written so how do you want the resultant text file formatted?

skwire:
In the meantime, here you go:  http://skwire.dcmembers.com/apps/snacks/VerDump.zip

Example syntax:  VerDump.exe "c:\windows\notepad.exe" "c:\version.txt"

The following token information is dumped (if present in the exe):


* File Description
* File Version
* Internal Name
* Legal Copyright
* Original Filename
* Product Name
* Product Version
* Company Name
* Private Build
* Special Build
* Legal Trademarks
Let me know how it works out for you.  Thanks.

Navigation

[0] Message Index

[#] Next page

Go to full version