| 1. |
Solve : Enviroment Variables? |
|
Answer» Hi, Moreover there are two entries "TEMP" "TMP" under "System Variables", both pointing to same path "%SystemRoot%\TEMP" or C:\WINDOWS\TEMP. Is one of them a redundant entry or both are useful. It's historical. GOES back to MS-DOS. Some programs and scripts use the system variable %tmp% to define where to store temporary files. Others use %temp%. So it is useful to have both, and sensible to have them both expand to the same value. If %temp% or %tmp% EXPANDS to nothing (i.e. the variable is not DEFINED) then the current folder is used for temporary files. It has nothing WHATSOEVER to do with file extensions. Files with the extension .tmp or .temp will not be automatically placed anywhere (by what?) Thanks for the correction ST |
|