d$! DO SEND {term {message}} $! Sends a message, or set of messages to another terminal ,$! $! If the "term" field is not nul, then exits after the first $! message. Otherwise will continue to request messages until a null X$! message is input. $! $! Note.. To properly install the send do INFO SEND ALL $! $! end.of.info L$! $! Note.. the code is in SCI_EXE and must be installed at SEND/OPER. $! This command procedure assumes that it has been copied into x$! SYS$SYSTEM: $! @$! the commands for this are: $! $! $ COPY SCI_EXE:SEND.EXE SYS$SYSTEM:SEND.EXE l$! $ MCR INSTALL $! SEND/OPER 4$! ^Z $! $ ` $ prog := $SYS$SYSTEM:send $ assign/user tt sys$input ( $ prog 'p1 'p2 'p3 'p4 'p5 'p6 'p7 'p8 $