TTL : Send Broadcast Commmand
Hello.
Is it possible to have a command to use in a TTL file executed by terminal 1 which permit to this terminal 1 to send a command to a terminal 2 which shall execute the command received and not send?
Syntax example
setmulticastname <multicastname> <command> <paramater1> <paramater2> ...
Example :
; TerminalA setmulticastname 'screen1' SendBroadcastCmd screen2 logwrite "My message to log in screen2 logfile"
; TerminalB setmulticastname 'screen2'
Hello.
Is it possible to have a command to use in a TTL file executed by terminal 1 which permit to this terminal 1 to send a command to a terminal 2 which shall execute the command received and not send?
Syntax example
Example :