Documentation

#EXECWIN

Added in v2.17

EXECWIN

Syntax: #EXECWIN windowname {commands}

Executes the specified commands in the specified window. This is similar to doing:

windowname:command;command;...

however it allows you to execute a multiline script. It also allows you to use a variable for the windowname.

You can only send commands to a single window. To send a command to all windows, use the #ALL command.

Add comment

Login or register to post comments