Take Command / TCC Help v. 13.03

_EXPANSION

Hide Navigation Pane

_EXPANSION

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

_EXPANSION

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 (...)

_EXPANSION returns the current expansion mode (i.e., SETDOS /X).  It returns the string 0 if everything is enabled, or a string of up to 9 characters of the disabled modes.

 

For example, if you disable nested variable expansion and redirection:

 

setdos /x-46

 

then %_expansion will return 46.

Comments (...)