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

m (Bot: Adding a template)
m (Bot: Fixing links)
Line 34: Line 34:
 
* [[$comcall identifier - mIRC|$comcall]]
 
* [[$comcall identifier - mIRC|$comcall]]
 
* [[$comval identifier - mIRC|$comval]]
 
* [[$comval identifier - mIRC|$comval]]
* [[/comopen command - mIRC|/comopen]]
+
* {{mIRC|/comopen}}
* [[/comreg command - mIRC|/comreg]]
+
* {{mIRC|/comreg}}
 
{{mIRC command list}}
 
{{mIRC command list}}
  
 
[[Category:MIRC commands]]
 
[[Category:MIRC commands]]

Revision as of 19:34, 5 July 2014

The /comclose command closes an existing COM connection by a specific handle.

The supplied com handle must have been previously created via the comopen command or the $com/$comcall identifiers.

Synopsis

/comclose <hname>

Switches

None

Parameters

  • <name> - The name of the connection to close

Example

Alias Example {
  ;Create a WshShell object 
  comopen Example wscript.shell
 
  ;Destroy object
  comclose Example
}

Compatibility

Added: mIRC v5.9

Added On: 26/04/2001

Note: Individual switches were not taken into consideration.

See also

[Expand]
v · d · e mIRC commands list