Link to home
Start Free TrialLog in
Avatar of Kamaraj Subramanian
Kamaraj SubramanianFlag for Singapore

asked on

Edit fileversion and Assembly version using command line tool

Hi all,

I just need a command line tool or (any source code) which is used to change the file version and assembly version of the files ( in the given directory)

Eg :

<my-exe-file> 1.0.0.1 21.23.2.3 < press enter >

so that the exe file has to change all the file version and assembly version values of the files which is present under the directroy to 1.0.0.1 and 21.23.2.3

Any language or source code is appreciated. Any open source tool is appreciated.

I need a command line tool only

thanks
kamaraj.s
Avatar of masheik
masheik
Flag of India image

hi kamaraj,
This utility is useful i hope,this is a command line utility,
http://www.codeguru.com/tools/standalonetools/article.php/c1403
Avatar of Kamaraj Subramanian

ASKER

Thanks a lot. I will check and come back to you
is it working for you?
seems like it is work only for  file version
ok i am going offline now,some other expert will join you
ASKER CERTIFIED SOLUTION
Avatar of masheik
masheik
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks
Thanks for the grade