How can i execute an macro file
from an other macro, e.g from an (context)menu?
Bigger macros i have as separate files in an macros sub folder.
Now i need an command to load and execute an macro from that sub folder.
I need that as an command to execute it from an other macro/script.
Example:
case 10:
//Select whole HTML / XML tag macro
ExecuteMacro( "MacrosSelect Whole HTML XML tag.jsee" );
break;