TMPDIR

From EDM2
Jump to: navigation, search

Here you can define a directory were OS/2 and programs can store temporarily files. It is a god idea to use the same directory as used in SET TEMP. Check the directory time by time to see if there are temporary files that you can delete, because some applications forget to delete their temporary files.

SET TMPDIR=<path>
Example
SET TMPDIR=C:\var\temp

Parameters

Path
Can be any full path. Relative paths are not allowed.