From WikiChip
Difference between revisions of "mirc/commands/comclose"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 1: | Line 1: | ||
The '''/comclose command''' closes an existing [[Component Object Model (COM) - mIRC|COM connection]] by a specific handle. | The '''/comclose command''' closes an existing [[Component Object Model (COM) - mIRC|COM connection]] by a specific handle. | ||
− | The supplied com handle must have been previously created via the [[/comopen command - mIRC|comopen command]] or the | + | The supplied com handle must have been previously created via the [[/comopen command - mIRC|comopen command]] or the {{mIRC|$com}}/{{mIRC|$comcall}} identifiers. |
== Synopsis == | == Synopsis == | ||
Line 31: | Line 31: | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$com}} |
− | * | + | * {{mIRC|$comcall}} |
− | * | + | * {{mIRC|$comval}} |
* {{mIRC|/comopen}} | * {{mIRC|/comopen}} | ||
* {{mIRC|/comreg}} | * {{mIRC|/comreg}} |
Revision as of 19:22, 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
mIRC commands list