build .net solution from batch file

Viewed 15104

I have a solution file comprising of 15 projects using a few third party dll references. I want to be able to build the solution from a batch file. What is the best way to do this?

Thanks

3 Answers
Related