2.1.3.3 Requirements for Entering TXST Commands
Follow these rules when entering TXST commands. Also see TXST Command and Variable Reference.
- Command names and arguments are case sensitive.
- Enclose arguments in single or double quotes. For example, 'newServer' or "newServer".
- If you specify a backslash character (\) in a string, for example when specifying a file pathname, you should precede the quoted string by r to instruct TXST to interpret the string in its raw form and ensure that the backslash is taken literally. This format represents standard Jython syntax.
- Display help information for TXST commands by printing the command’s documentation string. See Getting Help.
Parent topic: Main Steps for Using TXST