Oct 22, 2003 #1 FORAND Programmer May 26, 2003 64 CA How can i : Change a system (or user) environment variable (on NT) and use that variable in my program ? Do I have to close and re-open my program to do so?? ? Please help, i'm desperate....
How can i : Change a system (or user) environment variable (on NT) and use that variable in my program ? Do I have to close and re-open my program to do so?? ? Please help, i'm desperate....
Oct 22, 2003 #2 JOLESEN Programmer Jun 21, 2002 317 DK You can set the env. var. in controlpanel / system (If I remember right), and read the variable in processes (your programs) *created* after this. Use getenv() to read the variable. /JOlesen Upvote 0 Downvote
You can set the env. var. in controlpanel / system (If I remember right), and read the variable in processes (your programs) *created* after this. Use getenv() to read the variable. /JOlesen