Take Command / TCC Help v. 13.03
@ALIASNot in LE
Hide Navigation Pane
@ALIASNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@ALIASNot in LE
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 (...)

@ALIAS[name] :  Returns the contents of the specified alias as a string, or a null string if the alias doesn't exist.

 

When manipulating strings returned by @ALIAS you may need to disable certain special characters with SETDOS /X. Otherwise, command separators, redirection characters, and other similar characters in the alias may be interpreted as part of the current command, rather than part of a simple text string.

 

Examples:

 

alias xyz=d:\path\myprog.exe -options

echo %@alias[xyz]

Comments (...)