From WikiChip
Difference between revisions of "mirc/commands/ddeserver"
< mirc‎ | commands

(Created page with "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 i...")
 
(Synopsis)
Line 2: Line 2:
  
 
== Synopsis ==
 
== Synopsis ==
  /ddeserver [[on [service name]] | off]
+
  /ddeserver [on [service name] | off]
  
 
== Switches ==
 
== Switches ==

Revision as of 14:49, 22 December 2013

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

/ddeserver [on [service name] | off]

Switches

None

Parameters

  • [on] - Turns the DDE Server on
  • [service name] - Renames the DDE Servers
  • [off] - Turns the DDE Server off

Example

;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

Added: mIRC v3.9

Added On: 28/12/1995

Note: Individual switches were not taken into consideration.

See also