**************************** AMUS Program Label ******************************
* Filename: NOTIFY.LIT                                      Date: 7/15/91
* Category: UTIL         Hash Code: 462-051-130-136      Version: 1.1C(1)
* Initials: SAW/AM       Name: CHARLES STONER
* Company: STONER & WILSON                         Telephone #: 4178694708
* Related Files: NOTIFY.DOC,NOTIFY.SBR
* Min. Op. Sys.:                               Expertise Level: BEG
* Special:
* Description: Message passing utility.
*
*
******************************************************************************
NOTIFY.LIT 1.1C
Copyright 1987, 1988, 1991, Stoner and Wilson, CSE
Usage:
 Mode 1: NOTIFY {/switches}
       Send message to all or selected terminal(s).
 Mode 2: NOTIFY trmnam {/switches}
      Send message to a specific terminal.
 Switches:
       /A      Send message to all valid terminals.
       /C      Clear the status line of all or selected terminals.
       /S      Suppress result messages.
       /T      Precede message with date and time stamp.
 All switches may used in combination and in any mode.


NOTIFY.SBR 1.1C
Copyright 1987, 1988, Stoner and Wilson, CSE
Usage:
 Mode 1: XCALL NOTIFY, MESSAGE
       Send message to all valid terminals
 Mode 2: XCALL NOTIFY, TRMNAM, MESSAGE
       Send message to specified terminal.

 Data declarations:
       MAP?    TRMNAM,S,6
       MAP?    MESSAGE,S,80

 Switches may be appended to the TRMNAM, i.e. TRMNAM="TRM10/T"
 Switches:
       /A      Send message to all valid terminals.
       /C      Clear the status line of all or selected terminals.
       /S      Suppress result messages.
       /T      Precede message with date and time stamp.
 All switches may used in combination and in any mode.