/AddService

Adds a channel service (such as checkers, or a trivia game) to the chat server.

Note  Channel services are available only for compatibility with earlier versions of Chat Service. They are being phased out in favor of the Chat Server Extensibility SDK.

See also /DeleteService, /SetService, /GetService, /ListServices.

Syntax

Chatcmd Server /AddService:Guid=PathToDll[,OptionalData]

Parts

Server This switch does not support multiple servers in its command line. Adding a service on one server does not update other servers on the network. Specify all servers individually on the network for a consistent state.
Guid The Globally Unique Identifier (GUID) for the service. The GUID must be enclosed in braces { }.
PathToDll The path of the service .dll file.
OptionalData   Any optional data is placed in the registry under the service's registry key as a single string value.

Examples

chatcmd * /addservice:{174CE060-DB04-11cf-B2F0-209A02C10627}=d:\dev\msn2x\server\target\alpha\trivgame.dll
     Adds a trivia game to the default server.
  
chatcmd * /addservice:{12345678-1234-1234-1234-123456789abc}=c:\usr\logsvc.dll,c:\usr\chatlogs
     Adds chat logging to the default server.


© 1998 Microsoft Corporation. All rights reserved.