Project

General

Profile

Dde » History » Version 1

Per Amundsen, 08/03/2014 07:39 PM

1 1 Per Amundsen
_Added in 1.9.4_
2
3
*/dde [-re] <name> <topic> <item> [data]*
4
5
Sends an XTYP_POKE request to the specified [[DDE]] service.
6
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>