TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to send the message "I will back up the server tonight." to all connected clients:


    nwmessage "I will back up the server tonight."
  2. Use the following command to send the message "Hello." to the user spartacus:


    nwmessage -u spartacus Hello.
  3. Use the following command to send the message "Who are you?" to the client X(00000100:00aa001a940b):


    nwmessage -c "x(00000100:00aa001a940b)" "Who are you?"

    Use the following command to send the message "I will shut down the server in 5 minutes!" to all clients connected to the file service nwpinial:


    nwmessage -s nwpinial:file "I will shut down the server in 5 minutes!"