10-15-2007 02:46 AM
10-15-2007 04:06 AM
That is expected behaviour. When any executable runs, it inherits a copy of the environment to play with; it is within this copy that any changes to environment variables are made by the running program, so these changes cannot propagate to the caller. Maybe you need to investigate using the registry?
JR
10-15-2007 04:51 AM