- Joined
- May 7, 2010
- Messages
- 1,501
- Reaction score
- 441
- Trophies
- 2
- Age
- 50
- Location
- oklahoma, USA
- Website
- www.wiithemer.org
- XP
- 2,336
- Country

SifJar said:you have the line "#include env.ahk" at the start of your code right?
something like this should work fine:
Code:Env_Append("Path", ";C:\test\")
EDIT: If it still doesn't work, there is a sort of workaround to do it in AHK without extra libs by writing the registry. That is basically all my library does anyway, so you could look at the source of Env_Append() in env.ahk if you want to see how to do it that way.
sifjar i am using a 64bit system will this affect your env.ahk
i was reading at the autohotkeys site and someone there said to do this on a 64bit machine i would have to use regread64() or regwrite64()
from here: http://www.autohotkey.com/forum/topic39560.html
is this the problem you think?









