From WikiChip
Difference between revisions of "mirc/commands/ddeserver"
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
m (Bot: de-linking old mIRC menu) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/ddeserver Command}} | ||
The '''/ddeserver command''' turns mIRC's DDE Server on or off. You can also rename mIRC DDE server. The default mIRC DDE Server is enabled when mIRC first starts and assign itself the name 'mIRC' unless another application as already taken that name. | The '''/ddeserver command''' turns mIRC's DDE Server on or off. You can also rename mIRC DDE server. The default mIRC DDE Server is enabled when mIRC first starts and assign itself the name 'mIRC' unless another application as already taken that name. | ||
Line 28: | Line 29: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.9}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 43: | Line 40: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|ddeserver 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
The /ddeserver command turns mIRC's DDE Server on or off. You can also rename mIRC DDE server. The default mIRC DDE Server is enabled when mIRC first starts and assign itself the name 'mIRC' unless another application as already taken that name.
Synopsis[edit]
/ddeserver [on [service name] | off]
Switches[edit]
None
Parameters[edit]
- [on] - Turns the DDE Server on
- [service name] - Renames the DDE Servers
- [off] - Turns the DDE Server off
Example[edit]
;Turn on the DDE Server, name it \'mIRCServer\' /ddeserver on mIRCServer
will output:
* DDE Server is on (mIRCServer)
;Turn off the DDE Server /ddeserver off
will output:
* DDE Server is off
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