LaunchMacrofromFile Function
Executes a macro CATScript from a rule.
Warning: It is up to the user to check that the macro which is run is not going to cause an
infinite loop or result in a system crash.
Syntax
LaunchMacroFromFile("MacroName.CATScript" )
Example
LaunchMacroFromFile("Macro1.CATScript")
|