is there a program that listens to a specific port and executes an arbitrary executeable on incoming connection to that port?
the reason: sometimes itunes is not running, then id like to be able to start it with remote.
|
feedback
|
|
I don't know that it is ideal for your end goal of remote-controlling iTunes, but it can be used to listen to arbitrary ports and launch arbitrary programs. I think it could suit your needs if you get creative. | |||
feedback
|
|
OpenSSH is secure and fairly easy to setup on windows. Once you have the ssh service running on your windows machine, you could create a script that ssh's into your windows server, starts itunes, then exits. | |||
|
feedback
|
|
If you need a simple way just to launch iTunes remotely, you can use psexec. The command line you would be interested in would be:
| ||||
|
feedback
|