1
Why does the environment variable "TEMP" work without a percent Sign in Run window, but "TMP" variable doesn't work? I know the "TMP" Variable works with "%TMP%" in Run window.
This is my Environment variable window configuration:
according to above picture in Run Window (win+R):
Temp --> open "C:\Windows\Temp"
%Temp% --> open "C:\Users\ADMINI~1\AppData\Local\Temp"
%TMP% --> open "C:\Users\ADMINI~1\AppData\Local\Temp"
TMP --> (doesn't open any folder while TMP similar to TEMP Defined in User variable Section)
As you can see %TEMP% and %TMP% when run, open value in user variable ( "C:\Users\ADMINI~1\AppData\Local\Temp" )
but when using TEMP (without percents sign), it opens system variable value ("C:\Windows\Temp").
i expect TMP similar to TEMP open "C:\windows\Temp" but doesn't work (is that a windows bug?)
Additionally, I have this folders on my system
What exactly is your question? Why do you find it odd exactly that %TMP% works? – Ramhound – 2014-09-21T12:38:51.593
in Run window TEMP & %TEMP% & %TMP% works! but TMP doesn't work! why? (all of them are environment variables) – kokabi – 2014-09-21T15:48:05.220