Adding a path to system
-
Hi I wanted to know how could I programatically add a path to the system in windows 2000,XP. In earlier DOS and win9x, I could use a PATH command in autoexec.bat file. I'm not sure if it should be the case for the latter windows. I also searched the registry for such entry, but I didn't get anything for that. Thanks
-
Hi I wanted to know how could I programatically add a path to the system in windows 2000,XP. In earlier DOS and win9x, I could use a PATH command in autoexec.bat file. I'm not sure if it should be the case for the latter windows. I also searched the registry for such entry, but I didn't get anything for that. Thanks
This link might be useful to you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/environment_variables.asp[^]
-
This link might be useful to you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/environment_variables.asp[^]
Thank you very much! It was just what I was looking for.:-D