jak3f Posted November 5, 2009 Report Share Posted November 5, 2009 I have a .dll I need to set a Environment Variable for, problem is it is on a different server. I tried mapping the server to a network drive (Z:) and I didn't get the results I need. So my question is how can I set an PATH System Environment Variable to a .dll that is located on a different server within my network? In fact.. is this even possible?Thanks ! Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted November 6, 2009 Report Share Posted November 6, 2009 Welcome to the Windows Forum.I don't think it matters where a PATH item is located, as long as the server is actually accessible on the network.Just make sure that you specify the full path to the folder where the DLL is located. Quote Link to comment Share on other sites More sharing options...
jak3f Posted November 6, 2009 Author Report Share Posted November 6, 2009 Welcome to the Windows Forum.I don't think it matters where a PATH item is located, as long as the server is actually accessible on the network.Just make sure that you specify the full path to the folder where the DLL is located.Thanks!I didnt think it mattered where the PATH item is located, but my manager said PATH variables can only be local, meaning I could not reference a folder on a different server on our network. That did not sound right, but I still couldnt get it to work so I decided to post here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.