In Vista/7 I see %TEMP% = %USERPROFILE%\AppData\Local\Temp
If the username is very long, for example try_a_very_long_name
then when you output %TEMP% you'll see the username part turn into an 8.3 abbreviated form with "~"
but if you directly echo %username% it is normal. Why is that?
Also, what is %pathtem%?
If the username is very long, for example try_a_very_long_name
then when you output %TEMP% you'll see the username part turn into an 8.3 abbreviated form with "~"
but if you directly echo %username% it is normal. Why is that?
Also, what is %pathtem%?

I've never used it either. Just guessing, guessing, guessing)