TotalNET Advanced Server 5.2 Reference Manual

rumessage

This command sends a message to a remote client on LM-NT-OS/2 servers such as Windows for Workgroups, Windows 95, or Windows NT.

Location

TNHOME/usr/bin

Usage

rumessage [-C charset] //servername text

Options

-C charset

Specify the client character set. If not specified, the character set defaults to builtin-codepage-437. Valid character sets include:

builtin-mac-roman

builtin-iso-latin-1

builtin-unicode

builtin-codepage-437

You can use additional character sets if you install TAS. 

servername

Specify the name of the remote server. 

text

Specify the message text you want to send. 

Examples

  1. Use the following command to send a message to the server myserver:


    rumessage //myserver Please share a printer.
  2. Use the following command to send a message to the server myserver using the "shift-jis" character set:


    rumessage -C shift-jis //myserver Please share a printer.