Previous Topic: Issuing Command Processors From Rules

Next Topic: Designing Portable REXX Programs


Issuing Command Processors From Menus

You can issue CA Automation Point command processors by selecting a menu item from the menus. For more information about adding menu items to existing menus, see the chapter "Managing Sessions Using CA Automation Point Windows."

The following example shows sample menu control statements that you can add to your USER.MNU file to invoke the SCRIPT command processor:

SUBMENU=UserApps,  NAME=(~UserApps, help_window),
ITEM=('~My Script', XCCMD('SCRIPT MYSCRIPT.SCR SESSION(HELPDESK)'))