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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top