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

m (Correct typo.)
Line 5: Line 5:
  
 
== Synopsis ==
 
== Synopsis ==
  /comclose <hname>
+
  /comclose <name>
  
 
== Switches ==
 
== Switches ==

Revision as of 02:43, 18 January 2024

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 <name>

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 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC commands list