I would like to send a message to group chat from the Windows command line. I know the chat name from skype, lets say it is 'TestChat'.

What is the easiest way to do that?

link|improve this question

75% accept rate
The closest thing I could find is a python API Skype4Py, but that would require you to install python and write the script yourself. – johnthexiii Aug 25 '11 at 11:08
This is an awesome question. I would definitely like to know how to do this from a *NIX terminal too! – kalaracey Aug 25 '11 at 14:59
feedback

1 Answer

up vote 0 down vote accepted

Similar to the Skype4Py comment, I would recommend Skype4COM. You'd still need to write the script yourself but there are some examples out there already that show similar things. It's also officially supported by Skype.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.