Enviroment Variabes - TechRepublic
Question
February 3, 2009 at 06:11 AM
craig.parkinson

Enviroment Variabes

by craig.parkinson . Updated 17 years, 5 months ago

i need to change the enviropment variable on multiple pc’s (ahh easy you say) machines have different software installed on them, and i need to move a specific portion of the variables to a different location in the list

for example

C:\orant\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\temp\;

and say i want to move c:\temp to before c:\orantbin like so

c:\temp\;C:\orant\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;

why i hear you ask
i have 2 software programs which are using the same dll names, the programs need to be in the correct order for them both to work correctly

any suggestions

This discussion is locked

All Comments