Dde » History » Version 3
Per Amundsen, 02/16/2023 05:05 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 | 3 | Per Amundsen | table(ktable). |
10 | |*Switch*|*Description*| |
||
11 | | -r | Specifies you are sending a XTYP_REQUEST. | |
||
12 | | -e | Specifies you are sending a XTYP_EXECUTE. | |
||
13 | 1 | Per Amundsen | |
14 | *Parameters* |
||
15 | |||
16 | 3 | Per Amundsen | table(ktable). |
17 | |*Parameter*|*Description*| |
||
18 | | name | [[DDE]] service name to query. | |
||
19 | | topic | Topic to query. | |
||
20 | | item | Item to query. | |
||
21 | | [data] | Data to send. | |
||
22 | 1 | Per Amundsen | |
23 | *Example* |
||
24 | |||
25 | <pre> |
||
26 | ;Sends a DDE command to the DDE service "AdiIRC". |
||
27 | /dde AdiIRC command "" /echo -ag Hello World from /dde. |
||
28 | </pre> |