From WikiChip
mirc/commands/comreg
< mirc‎ | commands
Revision as of 22:26, 1 December 2013 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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