Difference between revisions of "ISUplink:Relay (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
Relay <name> <command>
  
 
== Description ==
 
== Description ==
 +
Relays a command to a given session.  This is ''asynchronous'' -- the command is not guaranteed to have executed in the given session by the time this command completes.
  
 
== Examples ==
 
== Examples ==
 +
*Relay is1 "Press 1"
 +
*Uplink Relay is1 "Press Alt+F1"
  
 
== See Also ==
 
== See Also ==

Revision as of 01:38, 23 April 2005

Syntax

Relay <name> <command>

Description

Relays a command to a given session. This is asynchronous -- the command is not guaranteed to have executed in the given session by the time this command completes.

Examples

  • Relay is1 "Press 1"
  • Uplink Relay is1 "Press Alt+F1"

See Also