MSG


The jBASE MSG command sends a message to other users using either port numbers or account/user ids.

 

COMMAND SYNTAX

MSG {!port | account/userid } text (Options

 

SYNTAX ELEMENTS

!port is the target port number for the message.

account/userid is the target user or users for the message.

text is the message body.

Options Description
V do not strip unprintable characters from the message

 

EXAMPLES

MSG !31 As Zeus said to Narcissus, watch yourself

Sends a message to the tty device associated with port number 31.

 

MSG jim There is little future in being right when your boss is wrong

Sends message to the tty device for all users named jim.

 

m = @(-3):"Please log off now!"
EXECUTE "MSG jeff ":m:" (V"

jBC code to send a message with screen control to user jeff.


Utilities