Actions
Executes a script of TQL commands, displaying the results of each command after it is executed. The general syntax is as follows:
execute <script url>;
Where <script url> is the file containing the TQL commands.
For example:
execute <file:test.itql>; execute <file:/usr/local/tks/sample/itql/loaddc.tql>; execute <http://www.foo.com/droptempgraph.tql>;
Updated by Paula Gearon over 16 years ago ยท 2 revisions