capturing vbc parameters

G

Guest

I have an application built from a number of solutions and would like to
create a batch file to compile them all using vbc

how can i capture the parameters that the vs.net ide uses when it invokes
the compiler? or is there a better approach

cheers

guy
 
M

Mattias Sjögren

how can i capture the parameters that the vs.net ide uses when it invokes
the compiler?

Current versions of VS.NET don't run Vbc.exe, so you can't do that.

or is there a better approach

You could instead make the batch file run

Devenv your.sln /build


Mattias
 

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

Top