RE: modifying environment variables
- Posted by Brian Broker <bkb at cnw.com> Mar 18, 2002
- 381 views
You might start here for ideas: http://msdn.microsoft.com/library/en-us/dllproc/prothred_89f7.asp -- Brian Chris wrote: > How can I modify environment variables from within my eu program? > > Using system, or system_exec() seems to open a new instance in order to > set the variables. When the variables are set, the instance is closed, > leaving me with my original environment. > > Chris > >