Sets values on an existing channel service on 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, /AddService, /GetService, /ListServices.
Chatcmd Server /SetService:Guid=PathToDll[,OptionalData]
| Server | This switch does not support multiple servers in its command line. Setting a service on one server does not update the other servers on the network. Specify all servers 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. |
chatcmd * /setservice:{174CE060-DB04-11cf-B2F0-209A02C10627}=d:\dev\msn2x\server\target\alpha\trivgame.dll | |
| Sets the path to a chat trivia game for the default server. | |
chatcmd * /setservice:{12345678-1234-1234-1234-123456789abc}=c:\usr\logsvc.dll,c:\usr\chatlogs | |
| Sets the path for chat logging for the default server. |