Automate building multiple time in Visual Studio 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • p vs np
    New Member
    • Mar 2009
    • 26

    Automate building multiple time in Visual Studio 2005

    Hi.

    I've developed an application on Visual Studio 2005.
    The application takes a command line value and performs certain calculations.

    Is there a way to automate building my application multiple times so that with each build, I may increment the value of the command line input?

    I was wondering if a batch file with nifty commands could do the trick?

    Suggestions?

    PS:
    In the build, I'd be needing to specify the mode of the build (Release mode) explicitly.

    Also, I did try msbuild.exe.

    Is there a way to automate the execution of msbuild itself, since it has to be spawned through a dedicated command prompt?
Working...