Previous Topic: REXX CommandNext Topic: SESSCMD Command


SCRIPT Command

The SCRIPT command invokes a CA Automation Point script from a REXX program. The script executes immediately.

This command has the following format:

"SCRIPT scriptname SESSION(sessname)"
scriptname

Specifies the file name of the script to execute.

SESSION

Specifies the name (sessname) of the target session in which CA Automation Point should activate the script.

Example:

The SCRIPT command shown below invokes a script called PAUSE.SCR, which restores the MCS console for session S028 for manual use:

"SCRIPT PAUSE.SCR SESSION(S028)"