Caching of path environment variable on windows?
- by jwir3
I'm assisting one of our testers in troubleshooting a configuration problem on a Windows XP SP3 system. Our application uses an environment variable, called APP_HOME, to refer to the directory where our application is installed. When the application is installed, we utilize the following environment variables:
APP_HOME = C:\application\
PATH =…