Rev 226 | Blame | Last modification | View Log | RSS feed
; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template AutoIt script.
;
; ----------------------------------------------------------------------------
; Script Start - Add your code below here
$envloc = "HKCU\Environment"
;$envloc = "HKLM\System\ControlSet001\Control\Session Manager\Environment"
;
;$Path = RegREad($envloc,"Path")
;RegWrite($envloc,"Path","REG_EXPAND_SZ",$Path & "%GEL_BIN_PATH%")
;RegWrite($envloc,"GEL_BIN","REG_EXPAND_SZ",$GELPath)