J Jan Tielens Dec 12, 2003 #2 You can use the Environment class, for example Environment.UserName Environment.CurrentDirectory Or which variables are you looking for? -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan
You can use the Environment class, for example Environment.UserName Environment.CurrentDirectory Or which variables are you looking for? -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan
J Johnny Dec 12, 2003 #3 I want to add a custom variable and value in Users environment. -- Johnny Jan Tielens said: You can use the Environment class, for example Environment.UserName Environment.CurrentDirectory Or which variables are you looking for? -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan Click to expand...
I want to add a custom variable and value in Users environment. -- Johnny Jan Tielens said: You can use the Environment class, for example Environment.UserName Environment.CurrentDirectory Or which variables are you looking for? -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan Click to expand...
J Johnny Dec 12, 2003 #4 I did find a way to do it. It was as simple to add a registry value to HKCU\Environment