                                Command : ECHO

NAME
   echo - Echo a string back to the client

Level: Expert

SYNTAX
   [##:##]% echo [<string>]

The echo command echos its arguments.  It is designed  to  help  clients  syn-
chronize  their  commands with the server when operating asynchronously.  Note
that if there are any spaces in your string, then you will need to include the
string in quotes.

For example:
   [##:##] Command: echo SN#123456
SN#123456
   [##:##] Command: echo hi mom
hi
   [##:##] Command: echo Q*hi momU*
hi mom

SEE ALSO
   toggle, Communication

