Sets an environment variable.
setenv <envname> <strval>
Sets <strval> to an environment variable specified by <envname>.
It is effect to only the macro environment and not to system.
If already <envname> environment variable is setted, <envname> is overwritten.
setenv 'TEMP' 'C:\'