I am working through a C# Tutorial and it tells me to type:
csc DrawingObject.cs Shapes.cs ect...
however everytime I type csc it returns in cmd that csc is an invalid internal or external command.
I have download and installed the .Net SDK, for I was under the understanding that this will allow a user to compile code in the command prompt.
How can I get the SDK to compile or is there a free compiler out there that I can use for C#
I would download C# Express by my work is sketchy about SP2 on ppls machines. This is something I do hope to have come the new fiscal year, however in the meantime what can I do

C# compiler...
MSpencer
Pranky
You might also want to double-check the location you installed the SDK to, and make sure that you're mapping the correct path.
(Mine, for instance, is D:\SDK\dotnet20)
TimFells
Hmm that still didn't work.
Why do they make this stuff so difficult and not just include a batch file that runs and automatically sets this stuff up.
Am I to create a new Path variable each time or just edit what was there adding a ; after each path
Maybe reboot I dunno it just wasn't working.
NodeX
Hi,
You need to specify environment variables to map to the directory where your SDK is installed. This is an excerpt from MSDN:
cheers,
Paul June A. Domag
Sherley Lee
You just need to edit the existing variable, putting a ; after each path. If that really isn't working, please cut and paste your complete path into a reply - just type "path" at a command prompt and c'n'p the response.
Jon