I'm new to TCL, but would like to write a short script to change a windows environment variable. If I write
puts $env(VARIABLE)
I can correctly read the variable, however when I write
set $env(VARIABLE) VALUE
then go to the control panel (windows xp) the variable that I wanted to change has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.