Viewing 1 post (of 1 total)
  • Author
    Posts
  • #10437
    Stefan
    Participant

    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;
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.