Hey,
I have a server at home And I want to start programs remotely over sockets.
So what I want is to send a sel created command from my pc to the server and the server can start a program when receiving that command.
Is that Possible to do?
pol672
Hey,
I have a server at home And I want to start programs remotely over sockets.
So what I want is to send a sel created command from my pc to the server and the server can start a program when receiving that command.
Is that Possible to do?
pol672
Any number of ways. Depending on what language you are most familiar with, you might find a WCF service easiest to use, or you might find some other kind of web service easier. The basic plan would be that some service would be listening for a message, and when it received the message, it would launch some program.
My usual boring signature: Nothing