TMPDIR: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
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 | 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> | SET TMPDIR=<path> | ||
; Example: | ; Example: | ||
SET TMPDIR=C:\var\temp | SET TMPDIR=C:\var\temp | ||
==Parameters== | ==Parameters== | ||
;Path : Can be any full path. Relative paths are not allowed. | ;Path:Can be any full path. Relative paths are not allowed. | ||
[[Category: | [[Category:EMX environment variable]] |
Latest revision as of 18:23, 16 December 2017
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.