I need to create/set an environment variable in NT 4.0 Workstation. Any suggestions?
Printable View
I need to create/set an environment variable in NT 4.0 Workstation. Any suggestions?
there is a SetEnvironmentVariable API.
Be aware, that you can only set an env.var. for the current process with that API call.
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.