![]() |
The Windows NT version of CA-Automation Point doesn't include a facility to refresh the rules file without stopping and restarting the product, although the capability is included to do this from REXX. LOADRULE.CMD can be launched from the Automation Point menu by including a line similar to the following in your USER.MNU file:
ITEM = ('~Reload Rules File', XCCMD(REXX "LOADRULE")),
You can launch LOADRULE.CMD from the cmd line via something like:
ASOREXX LOADRULE newrules.rul PAUSE
Browse the LOADRULE.CMD source code
Download zipped version of the above file