Command: exec

Syntax

exec { <file> }

Description

Execute a command macro.

Parameters

Switches

Notes

Echoing and stepping can also be switched on and off by the system numerics echoing and stepping.

A macro may be removed from the macro cache by the uncache command.

Examples

Execute a macro (my_macro.cmd).

exec my_macro

Execute a macro (determine.cmd) with parameters.

exec determine(x,y)

Return to a suspended macro (when in interrupt mode).

exec

Execute with command echoing.

exec state2, -e

Execute with no command stepping.

exec state2, -no_st

See Also

Commands:

debug, exit, interrupt, pause, return, uncache

Identifiers:

echoing (numeric), macro_name (string), stepping (numeric)