Subversion Repositories gelsvn

Rev

Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 227
Line 8... Line 8...
8
;
8
;
9
; ----------------------------------------------------------------------------
9
; ----------------------------------------------------------------------------
10
 
10
 
11
; Script Start - Add your code below here
11
; Script Start - Add your code below here
12
 
12
 
-
 
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