Using the built-in tcp/ip communication protocol this is easy. The following python method makes it even easier:
def RemoteScript(destination,script): ExecuteCmd('ImCmd', 'destination='+destination+':'+'Script;Name='+script) Usage: RemoteScript('localhost:8701','Start()')
Filed under: I/O, Python | Leave a comment »