MENU

Sending messages from the command line

TOC

Command Line Overview

Messages can be sent from the command line.

Command Line Description

sample

  • Send by messenger with user ID
    cam.exe -send messenger -users user1@host1;user2@host2 -message "test" -seal true
    
  • Send by specifying a chat room
    cam.exe -send roomName -message "test"
    

command line argument

-send messenger or room
  • Specify the target for transmission
  • For messenger, specify messenger; for chat, specify the room name.
-users user1@pc1;user2@pc1
  • Specified only if send is messenger
  • Search for a user by Chat&Messenger user ID (logon name@hostname) or email address
  • User ID is,User list output Available at
  • User ID or Email delimiter is ;.
-message "text"
  • Specify the message to be sent
  • To break a line of text, insert the line feed code \n
    cam.exe -send roomName -message "test\nnew line"
    
-seal true Send with opening confirmation
TOC