Software Requirements: Checking WRITE Access for TMP and TEMP directories

Previous Next

See Also

While you are working with USoft Developer it will need to create temporary files. If the corresponding TMP or TEMP directory is on your own PC, this will be no problem. If the directory is on a network drive, make sure that you are privileged to write files to that directory. Consult your system manager if necessary.

The TMP and TEMP variables must be specified in your AUTOEXEC.BAT file, for example:

set tmp=c:\tmp

set temp=c:\temp

NOTE:

This is only applicable for Windows 9x. On later operating systems use the Control Panel instead (Settings or System, Advanced, Environment Variables).