How to build a solution from a batch file?

  • Thread starter Thread starter Helene Day
  • Start date Start date
H

Helene Day

I am looking for a way to rebuild a solution from a batch file, and I want
to make sure to build a "Release" configuration.

How do I do this?

Thanks in advance for any help.

Helene
 
Got it....the tool is devenv.

"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv"
/rebuild Release "6160.sln" /out "Build6160.Log"

Helene
 
Back
Top