我想在dos下,编译C#程序(要用csc),需要设置环境变量,但是忘记真么设置的了。
安装了vs.net。 请高手指点。

解决方案 »

  1.   

    在我的电脑上点右键:系统特性-->高级-->环境变量
      

  2.   

    sorry:
    是csc.exe,敲错键盘了
      

  3.   

    我知道是这个sdk吗?C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1?
    还是不能用csc呢
      

  4.   

    @SET VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
    @SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003
    @SET FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework
    @SET FrameworkVersion=v1.1.4322
    @SET FrameworkSDKDir=C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
    @rem Root of Visual Studio common files.@if "%VSINSTALLDIR%"=="" goto Usage
    @if "%VCINSTALLDIR%"=="" set VCINSTALLDIR=%VSINSTALLDIR%@rem
    @rem Root of Visual Studio ide installed files.
    @rem
    @set DevEnvDir=%VSINSTALLDIR%@rem
    @rem Root of Visual C++ installed files.
    @rem
    @set MSVCDir=%VCINSTALLDIR%\VC7@rem
    @echo Setting environment for using Microsoft Visual Studio .NET 2003 tools.
    @echo (If you have another version of Visual Studio or Visual C++ installed and wish
    @echo to use its tools from the command line, run vcvars32.bat for that version.)
    @rem@REM %VCINSTALLDIR%\Common7\Tools dir is added only for real setup.@set PATH=%DevEnvDir%;%MSVCDir%\BIN;%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\Tools\bin\prerelease;%VCINSTALLDIR%\Common7\Tools\bin;%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;
    @set INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\include\prerelease;%MSVCDir%\PlatformSDK\include;%FrameworkSDKDir%\include;%INCLUDE%
    @set LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib\prerelease;%MSVCDir%\PlatformSDK\lib;%FrameworkSDKDir%\lib;%LIB%@goto end:Usage@echo. VSINSTALLDIR variable is not set. 
    @echo.
    @echo SYNTAX: %0
    =================
    把以上内容存为一个bat,
      

  5.   

    程序->Microsoft Visual Studio.NET->Visual Studio.NET工具->Visual Studio.NET2003命令提示
      

  6.   

    sorry,msdn上没有找到,能给我个你们设置环境变量的路径(完整)吗?
    我的目的是可以用csc命令。
      

  7.   


    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
    添加到我的电脑上点右键:系统特性-->高级-->环境变量中的Path变量