Friday, August 12, 2011

How do I compile C# from the command line?

I am hell bent on compiling C# on the command line. I know you have to run VCVARS32.BAT then you can run csc.exe to compile, but I want to run both of these commands from a batch script. My problem is that in the batch script, all commands after the VCVARS32.BAT apparently aren't running. Can anyone help?

No comments:

Post a Comment