I am not sure whether it is the right question to ask or not.
I have an exe which gets the value of the environment variable (Path) and searches for the dlls which are required for this exe to continue. So the environment variable's path is the local path something like : C:\Program Files\Security
Is it possible make this path a remote one ? It can be like : //10.x.x.x/sys/security or //sysname/sys/security .
- Is it possible ?
- Is there any mandatory that environment variable's path should always point the local machine's path ?
Thank you.