Hi My Friends I want to know How can I change an Exe Version Information (File Description , Cooment etc) via Command line ?
I need a very small CMD tool to do that .(About 100kb)I'm waiting for ur responds my friends .
special regards
Majid Pasha
You cannot. That information is embedded into the application at compile time. To change it needs some serious coding that is beyond the abilities of a command line tool. You wont find any ready made tools because there is no legitimate reason why anyone would want to change it.
Stuart
Hi My Friend Stuart You're wrong . Everything in programming is possible .
http://www.codeproject.com/KB/insta...Enjoy This CMD Tool .
Special Regards
Majid Pasha
Not only you can change the file version information, you have access to virtually any field in the VERSION structure block of the execuatable file from the command line: http://www.reseditor.com