Compiler, Assembler, Linker, Debugger, or Librarian
TMP=<directory>
<directory>: Directory to be used for temporary files
If a temporary file has to be created, normally the ANSI function tmpnam() is used. This library function stores the temporary files created in the directory specified by this environment variable. If the variable is empty or does not exist, the current directory is used. Check this variable if you get an error message Cannot create temporary file.
TMP=C:\TEMP
Current directory section