Dde » History » Revision 2
Revision 1 (Per Amundsen, 08/03/2014 07:39 PM) → Revision 2/3 (Per Amundsen, 04/12/2019 12:22 AM)
_Added in 1.9.4_ */dde [-re] <name> <topic> <item> [data]* Sends an XTYP_POKE request to the specified "DDE":https://en.wikipedia.org/wiki/Dynamic_Data_Exchange [[DDE]] service. *Switches* -r - Specifies you are sending a XTYP_REQUEST. -e - Specifies you are sending a XTYP_EXECUTE. *Parameters* name - [[DDE]] service name to query. topic - Topic to query. item - Item to query. [data] - Data to send. *Example* <pre> ;Sends a DDE command to the DDE service "AdiIRC". /dde AdiIRC command "" /echo -ag Hello World from /dde. </pre>