Re: set PATH=%PATH%...
- Posted by D. Newhall <derek_newhall at yahoo.com> Sep 26, 2005
- 562 views
What I'm thinking is probably happening is that it's getting set correctly but not saved. In Windows XP paths set with the SET command aren't saved when the command prompt closes. What you need to do is go into the registry and change HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment\Path to the path you want. I had to do this in Perl for an installation script at my job back before I switched to Euphoria. The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion