From WikiChip
Difference between revisions of "mirc/commands/comreg"
(Created page with "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 as...") |
m (Bot: Adding a template) |
||
Line 31: | Line 31: | ||
* [[/comopen command - mIRC|/comopen]] | * [[/comopen command - mIRC|/comopen]] | ||
* [[/dll command - mIRC|/dll]] | * [[/dll command - mIRC|/dll]] | ||
+ | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:MIRC commands]] |
Revision as of 20:26, 3 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