From WikiChip
Difference between revisions of "mirc/commands/comreg"
m (Bot: Fixing links) |
m (Bot: de-linking old mIRC menu) |
||
(8 intermediate revisions 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]. | ||
Line 15: | Line 16: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.1}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[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}} | ||
Line 33: | Line 30: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|comreg command - mIRC]] |
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