csc.exe

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

How can I make csc.exe available to all dirs?

Right now if i want to run the compiler i'd have to type
c:\windows\microsoft.net\.....\csc.exe

Can i just type csc.exe in c:\>

thanks
aaron
 
Hi, Aaron

you need to set up Path variable (control panel / system / advanced /
environment variables) to include directory where csc resides to system-wide
path.

HTH
Alex
 
How can I make csc.exe available to all dirs?

Right now if i want to run the compiler i'd have to type
c:\windows\microsoft.net\.....\csc.exe

Can i just type csc.exe in c:\>

Aaron,

Run the batch file called C:\Program
Files\Microsoft.NET\SDK\v1.1\Bin\sdkvars.bat. This will set the path
and several other environment variables.
 

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