I want to be able to change the version info in an EXE via a batch file. I will be using this with games I build using Torque Game Builder, but this could also be used for any application that has an unchanging master EXE but datafiles that change. For example levels in a FPS. Each time I change the datafiles and rebundle that game, I want to change the version number of the EXE so when somebody views the version info of the EXE , it corresponds to the version number of the game.
I have plenty of GUI based tools to do this, but I want to be able to do this in a script so I can automate the process.
This is for Windows applications.