TEMP

A TEMP environment variable is initialized by your system when it is started. Generally, TEMP points to an area on your hard disk used by Microsoft Windows and other programs to store information that doesn't need to be saved after you shut down your system. For example, the following line in your autoexec.bat file points the TEMP environment variable to the D:\Temparea directory:

SET TEMP=D:\TEMPAREA