To learn how this command is used, see Commands and Subroutines in the instruction section.
User-defined commands can be used exactly like built-in commands.
Unlike built-in commands, user-defined commands can be used with CommandLine or ThirdPartyCommandLine.
The body of your command can refer to its arguments as either individual words or a continuous string of text. For example, to refer to the second word, use %2% in the command. To refer to all the input together, use %ALL%.
|