Hi, I am trying to display messages in the osd using svdrpsend.pl with the following command, but it does not work: svdrpsend.pl -d localhost "MESG hello" If I use netcat, with the following syntax, the message is displayed correctly: echo "MESG hello" | netcat -q 1 localhost 2001 Am I doing something wrong with svdrpsend?