Difference between revisions of "Command:Execute"
Jump to navigation
Jump to search
(No difference)
|
Revision as of 18:07, 21 February 2005
Syntax
Execute <command>
Description
Executes a command, after parsing variables. This can be used, for example, to execute a command stored in a variable, or to cause commands that normally prevent the system from parsing variables in its parameters to do so.
Examples
Example 1
- Input
declare MyCommand string global "echo My eyes! The goggles -- they do nothing!" execute ${MyCommand}
- Output
My eyes! The goggles -- they do nothing!