Subversion Repositories gelsvn

Rev

Rev 226 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
226 bj 1
; ----------------------------------------------------------------------------
2
;
3
; AutoIt Version: 3.1.0
4
; Author:         A.N.Other <myemail@nowhere.com>
5
;
6
; Script Function:
7
;	Template AutoIt script.
8
;
9
; ----------------------------------------------------------------------------
10
 
11
; Script Start - Add your code below here
12
 
227 bj 13
 
14
 
15
 
16
$envloc = "HKCU\Environment"
17
;$envloc = "HKLM\System\ControlSet001\Control\Session Manager\Environment"
18
 
19
;
20
 
21
;$Path = RegREad($envloc,"Path")
22
;RegWrite($envloc,"Path","REG_EXPAND_SZ",$Path & "%GEL_BIN_PATH%")
23
;RegWrite($envloc,"GEL_BIN","REG_EXPAND_SZ",$GELPath)
24
 
25