I need to connect to windows program another computer. The program has a winsock protocol running. I can telnet from the terminal of my mac and send and receive data. I would like to be able to do this inside excel with vba. I can imagine a separate program (ruby or something) that will do the talking and drop a file somewhere with the response, but would like to simplify the process. Any ideas?