----------  Run  ----------

This command executes any of the commands in the Empress history list, or
commands stored in operating system files.

Syntax:

a)   | run   | [ NUMBER ] [ |into| FILE ] [ | set PARAMETER {, PARAMETER} | ]
     | start |              |onto|          | (PARAMETER {, PARAMETER})   |

b)   | run   | [from] FILE [ |into| FILE ] [ | set PARAMETER {, PARAMETER} | ]
     | start |               |onto|          | (PARAMETER {, PARAMETER})   |


The keywords "start" and "run" are synonyms.  If no COMMAND_FILE is specified,
command  NUMBER is executed (or the current command if no NUMBER is given).  A
command NUMBER may be found by a "recall  all"  command.   If  PARAMETERS  are
specified, all instances of "$1" in the command or the entire file of commands
are replaced by the first PARAMETER, all  instances  of  "$2"  by  the  second
PARAMETER, and so on.

The output of a "run" command may be placed in a new file or  appended  to  an
existing file (rather than appearing on the terminal), by specifying "into" or
"onto", respectively, and a filename.
