From WikiChip
Difference between revisions of "mirc/commands/comreg"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 24: | Line 24: | ||
* [[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|$dll}} |
* {{mIRC|/comclose}} | * {{mIRC|/comclose}} | ||
* {{mIRC|/comopen}} | * {{mIRC|/comopen}} |
Revision as of 20:23, 5 July 2014
The /comreg command can be used to registers and unregisters a COM with windows to make themselves accessible to applications. Regsvr32 command will not register .NET assemblies because of their very nature. However if you must, Regasm Might Help.
Synopsis
/comreg -u <filename>
Switches
- -u - Unregister
Parameters
- <filename> - Filename to be registered
Example
;register example.dll file /comreg example.dll
Compatibility
Added: mIRC v5.1
Added On: 28/08/1997
Note: Individual switches were not taken into consideration.
See also
mIRC commands list