From WikiChip
Difference between revisions of "mirc/commands/dde"
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +)) |
m (Bot: de-linking old mIRC menu) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/dde Command}} | ||
'''Dynamic Data Exchange''' ('''DDE''') is a form of communication between two applications on a windows machine. The '''/dde command''' can be used to create a dde connection with a dde server. When the topic parameter is required, you can use empty quotes ("") to indicate a blank topic. | '''Dynamic Data Exchange''' ('''DDE''') is a form of communication between two applications on a windows machine. The '''/dde command''' can be used to create a dde connection with a dde server. When the topic parameter is required, you can use empty quotes ("") to indicate a blank topic. | ||
Line 28: | Line 29: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.9}} | |
== See also == | == See also == | ||
Line 39: | Line 40: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|dde command - mIRC]] |
Latest revision as of 18:15, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Dynamic Data Exchange (DDE) is a form of communication between two applications on a windows machine. The /dde command can be used to create a dde connection with a dde server. When the topic parameter is required, you can use empty quotes ("") to indicate a blank topic.
Transactions[edit]
The dde command support three different types of transactions:
- XTYP_POKE - Used by default, sends unsolicited data to the server.
- XTYP_REQUEST - Used to request data from a server.
- XTYP_EXECUTE - Used to send a command string to the server.
The only time the [data] parameter is required is when the XTYP_POKE transaction type is used.
Synopsis[edit]
/dde [-re] <service> <topic> <item> [data]
Switches[edit]
- -r - uses XTYP_REQUEST transaction
- -e - uses XTYP_EXECUTE transaction
Parameters[edit]
- <service> - DDE Server service name
- <topic> - DDE Topic
- <item> - DDE Item
- [data] - Data to be sent
Example[edit]
;Open a new tab in opera, navigate to www.zigwap.com/mirc/ /dde -e Opera WWW_OpenURL "www.zigwap.com/mirc/"
Compatibility[edit]
Added: mIRC v3.9
Added on: 28 Dec 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list