마이크로소프트 윈도 XP, 비스타 & 7의 기본 환경 변수와 값


    Variable Windows Vista/7 Windows XP
    %ALLUSERSPROFILE% C:\ProgramData

    C:\Documents and Settings\All Users

    %APPDATA% C:\Users\{username}
    \AppData\Roaming
    C:\Documents and Settings\{username}\Application Data
    %COMPUTERNAME% {computername} {computername}
    %COMMONPROGRAMFILES% C:\Program Files\Common Files C:\Program Files\Common Files
    %COMMONPROGRAMFILES(x86)% C:\Program Files (x86)\Common Files C:\Program Files (x86)\Common Files
    %COMSPEC% C:\Windows\System32\cmd.exe C:\Windows\System32\cmd.exe
    %HOMEDRIVE% C: C:
    %HOMEPATH% \Users\{username} \Documents and Settings\{username}
    %LOCALAPPDATA% C:\Users\{username}\AppData\Local
    %LOGONSERVER% \\{domain_logon_server} \\{domain_logon_server}
    %PATH% C:\Windows\system32;C:\Windows;
    C:\Windows\System32\Wbem;
    {plus program paths}
    C:\Windows\system32;
    C:\Windows;C:\Windows\System32\Wbem;{plus program paths}
    %PATHEXT% .com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;
    .wsh;.msc
    .COM;.EXE;.BAT;.CMD;.
    VBS;.VBE;.JS;.WSF;.WSH
    %PROGRAMFILES% %SystemDrive%\Program Files %SystemDrive%\Program Files
    %PROGRAMFILES(X86)% %SystemDrive%
    \Program Files (x86) (only in 64-bit version)
    %SystemDrive%\Program Files (x86) (only in 64-bit version)
    %PROMPT% 현재 명령 프롬프트 포맷에 대한 코드. 보통 이 코드는 $P$G로 되어 있다. 현재 명령 프롬프트 포맷에 대한 코드. 보통 이 코드는 $P$G로 되어 있다.
    %SystemDrive% 윈도 루트 디렉터리를 포함하고 있는 드라이브. 보통 C: 윈도 루트 디렉터리를 포함하고 있는 드라이브. 보통 C:
    %SystemRoot% 윈도 디렉터리. 보통 C:\Windows로 되어 있으며, 공식적으로는 C:\WINNT이다.
    %SystemDrive%\Windows
    윈도 디렉터리. 보통 C:\Windows로 되어 있으며, 공식적으로는 C:\WINNT이다.
    %TEMP% and %TMP% %SystemDrive%\Users\
    {username}\AppData\Local\Temp
    %SystemDrive%\Documents and Settings\{username}\Local Settings\Temp
    %USERDOMAIN% {userdomain} {userdomain}
    %USERNAME% {username} {username}
    %USERPROFILE% %SystemDrive%\
    Users\{username}
    %SystemDrive%\Documents and Settings\{username}
    %WINDIR% C:\Windows C:\Windows
    %PUBLIC% %SystemDrive%\Users\Public
    %PROGRAMDATA% %SystemDrive%\ProgramData
    %PSModulePath% %SystemRoot%\system32\
    WindowsPowerShell\v1.0\Modules\

    환경 변수 참조
    http://www.scriptlogic.com/support/cus ··· nce.html

    Command shell overview
    http://www.microsoft.com/resources/doc ··· iew.mspx


    via http://ko.wikipedia.org/wiki/%ed%99%98 ··· 588%2598

    Posted by 부니기