Ok, here's my problem. I have a program called SetEnv that set some Environment variables like PATH and I need to run it at the beginning of an other program.
If I run it as a process in the form load of my second program and then do a Environment.GetEnvironmentVariable("PATH") I don't see the path that is set by the SetEnv program. How must I run SetEnv.exe to be able to see the new PATH?
Thanks
If I run it as a process in the form load of my second program and then do a Environment.GetEnvironmentVariable("PATH") I don't see the path that is set by the SetEnv program. How must I run SetEnv.exe to be able to see the new PATH?
Thanks