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)"
Specifies the file name of the script to execute.
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)"
|
Copyright © 2011 CA.
All rights reserved.
|
|