------------------------------------------------------------------------- SETENV variable "value" Sets the env variable <variable> to "value". You can also accomplich this with the external command setenv. Like this: exec 'setenv variable "value"' -------------------------------------------------------------------------