Click to See Complete Forum and Search --> : Environment Variables


April Thomas
December 15th, 1999, 01:29 PM
I need to create/set an environment variable in NT 4.0 Workstation. Any suggestions?

Lothar Haensler
December 16th, 1999, 01:35 AM
there is a SetEnvironmentVariable API.
Be aware, that you can only set an env.var. for the current process with that API call.

jeden
February 8th, 2000, 07:30 AM
Hi,

Just trying to do the same thing myself and found your post.

Try looking at support.microsoft.com/support/kb/articles/Q104/0/11.ASP

that's the HOWTO on Propogating Environment Variables to the System...

Best Regards,

Jon.