From WikiChip
Difference between revisions of "mirc/commands/comreg"
m (PatrolBot moved page /comreg command - mIRC to mirc/commands/comreg: per new naming convention) |
m (Bot: de-linking old mIRC menu) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/comreg Command}} |
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, [http://msdn.microsoft.com/en-us/library/tzat5yw6(vs.71).aspx Regasm Might Help]. | 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, [http://msdn.microsoft.com/en-us/library/tzat5yw6(vs.71).aspx Regasm Might Help]. | ||
Latest revision as of 18:13, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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[edit]
/comreg -u <filename>
Switches[edit]
- -u - Unregister
Parameters[edit]
- <filename> - Filename to be registered
Example[edit]
;register example.dll file /comreg example.dll
Compatibility[edit]
Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list