목차

AutoHotKey 환경변수

명령어

EnvGet, OutputVar, EnvVarName

사용예

<sxh>

`::

EnvGet, dropbox, dropbox
Run %dropbox%\Script\AutoHotKey
return
</sxh>

윈도우+` 키를 누르면, dropbox 로 등록한 환경변수 중의 한 폴더를 열도록 단축키를 지정하였습니다.

참고


관련 문서