Hi, This is just hypothetical but I guess I have not been able to ask the right question or don't know the proper terminology here. Lets say you have a program running on your pc. You click a button and this program sends a message to another computer (windows pc). A program in that remote pc then recieves the message and does some action. Once the action is done it returns a reply saying that the action was succesfull or not.
My question is what do I need to accomplish something like this. LEts say from my pc send a message to a second pc and open the cd drive. Then return a message to tell whether that cd drive did open. That is the best i can describe it. I don't know what would this fall under. I have no code since I don't even know what to google for to begging with.