My current environment is as such..
TEMP = c:temp
TMP = c:tmp
There are progs that will not function with that environ…
Can I append it to read something like…
TEMP = c:temp; %USERPROFILE%AppDataLocalTemp
TMP = c:tmp; %USERPROFILE%AppDataLocalTemp
or do I just have to out right change it to…
TEMP = %USERPROFILE%AppDataLocalTemp
TMP = %USERPROFILE%AppDataLocalTemp
and be done with it? TIA
Dennis