Jump to content

TMPDIR

From EDM2
Revision as of 15:02, 30 November 2017 by Martini (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 temporally file that you can delete, because some applications forget to delete their temporally files.

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

Parameters

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