환경 변수를 열람합니다.
EnvGet, OutputVar, EnvVarName
The name of the output variable in which to store the string.
열람할 환경 변수의 이름. 예를 들어: EnvGet, OutputVar, Path
.
지정된 환경 변수가 비어 있거나 존재하지 않으면, OutputVar 비워집니다.
운영 체제는 환경 변수의 길이를 32 KB의 텍스트로 제한합니다.
EnvSet, #NoEnv, 환경 변수, EnvUpdate, SetEnv, Run, RunWait
Retrieves and reports the path of the "Program Files" directory. See RegRead example #2 for an alternative method.
EnvGet, OutputVar, % A_Is64bitOS ? "ProgramW6432" : "ProgramFiles" MsgBox, Program files are in: %OutputVar%