when I click on "run" and put in %temp% I get temporary int files and if I put in temp..I get something else...what's the diff
%TEMP% and TEMP are very different.
%TEMP% is an environment variable that refers to your accounts temp folder. TEMP does not refer to an environment variable at all. Entering TEMP will locate a in your system path, probably c:\windows\temp.
... %TEMP% xp: C:\Documents and Settings\{user name}\Local Settings\Temp .
... Posting is provided "AS IS" with no warranties
http://a.imageshack.us/img833/1862/...
Grrrr... ...im
Thanks for the info!
Actually TEMP does refer to an environment variable ...it is the system Environment variable.... C\windows\temp
%temp% on the other hand is user environment variable and is the temp dir for the user signed in .That is why it uses the wild card% sign.