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

m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +))
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +))
Line 23: Line 23:
 
== Compatibility ==
 
== Compatibility ==
 
Added: mIRC v5.9
 
Added: mIRC v5.9
 
Added On: 26/04/2001
 
 
 
  
 
== See also ==
 
== See also ==

Revision as of 00:04, 6 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

See also

[Expand]
v · d · e mIRC commands list