Scid » History » Version 3
Per Amundsen, 02/04/2017 10:17 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */scid [-arstN] <N> [command]* |
||
| 4 | |||
| 5 | Changes the active connection for a script to connection id N, where N is a $cid value. |
||
| 6 | All commands after the /scid command will be performed on the new connection id. |
||
| 7 | If you specify the command parameter, the connection id is set only for that command. |
||
| 8 | |||
| 9 | *Switches* |
||
| 10 | |||
| 11 | -a = Perform the command on all connection id's. |
||
| 12 | -r = Resets the connection to the original id. |
||
| 13 | 3 | Per Amundsen | -s = makes any called commands or identifiers show their results. |
| 14 | 1 | Per Amundsen | -tN = limits the command to being performed only on servers with a certain connection status, where N is an or'd value of 1 = server connected, 2 = not connected, 4 = connecting, 8 = not connecting. |
| 15 | |||
| 16 | *Parameters* |
||
| 17 | |||
| 18 | 2 | Per Amundsen | <N> - The connection id. |
| 19 | 1 | Per Amundsen | [command] - Command to execute on the connection. |