Dde » History » Version 2
Per Amundsen, 04/12/2019 12:22 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | */dde [-re] <name> <topic> <item> [data]* |
||
4 | |||
5 | 2 | Per Amundsen | Sends an XTYP_POKE request to the specified "DDE":https://en.wikipedia.org/wiki/Dynamic_Data_Exchange service. |
6 | 1 | Per Amundsen | |
7 | *Switches* |
||
8 | |||
9 | -r - Specifies you are sending a XTYP_REQUEST. |
||
10 | -e - Specifies you are sending a XTYP_EXECUTE. |
||
11 | |||
12 | *Parameters* |
||
13 | |||
14 | name - [[DDE]] service name to query. |
||
15 | topic - Topic to query. |
||
16 | item - Item to query. |
||
17 | [data] - Data to send. |
||
18 | |||
19 | *Example* |
||
20 | |||
21 | <pre> |
||
22 | ;Sends a DDE command to the DDE service "AdiIRC". |
||
23 | /dde AdiIRC command "" /echo -ag Hello World from /dde. |
||
24 | </pre> |