(setenv variable value)


Set the operating system variable to that value.


This function sets the value of a specified operating system environment variable-for example, as stored by the DOS PATH variable.

NOTES

Example

Code Returns
(setenv "PATH" "C:\\;C:\\WIN95;C:\\ICAD") "C:\\;C:\\WIN95;C:\\ICAD"

Tell me about...

(getenv variable)

(setcfg parameter value)

(setvar sysvar value)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language