Take Command / TCC Help v. 13.03

VARIABLEEXCLUDE

Hide Navigation Pane

VARIABLEEXCLUDE

Previous topic Next topic No directory for this topic No expanding text in this topic  

VARIABLEEXCLUDE

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

VariableExclude specifies which environment variables should be excluded from the SET list. The syntax is:

 

       VariableExclude=var1[;var2[;var3[;...]]]

 

For example, to exclude the SESSIONNAME, TMP, USERDOMAIN, and USERNAME variables:

 

SET VariableExclude=sessionname;tmp;userdomain;username

 

See also: SET.

Comments (...)