I have a requirement to remotely trigger the playing of an audio file on a remote PC. The PC in question may not be on the same domain as the triggering system. It may be running either XP or Vista. The audio file can be on the remote machine.
I have all of the local logon details for each remote PC.
I could write a client/server service application that could handle the automatic connection, negotiation and playback, but I was wondering whether there are any options that are supported by each OS that I could trigger remotely.
For example I can do this all easily using MIcrosofts Remote Desktop Connection manually, but is there a library that I could call?