Run Macro


Category: Macros   
Command: macro.run   
Description   

Run the selected macro.

  
Parameters   

hash

Config hash or filename of the macro to run.

args

Arguments to execute the macro with.

  
Example Code   

macro.run "d:\MyMacro.txt" {1000 "hello there"}

  
Remarks   

None

  
Queryable? Unknown