Simulation Command Reference : Auto Batch Commands : EXEC

EXEC

The EXEC statement runs a specified SCP.

Syntax:
exec “name”
where name is the name of the SCP file to be executed.

Multiple SCPs may be executed simultaneously. An SCP may be executed and stopped from any other SCP. When an SCP is started by an exec statement, its Main Section is ignored.

Note: You should not exec SCPs that are assigned. exec does not affect the execution of already running SCPs.