Hi all i am trying to execute a program on a remote computer {not the computer running homegate} i can see from the help file that you can use the Execute syntax Execute(Command, CommandParameters); eg once (GetLightingState("ga")=on) then begin Execute('C:\Program Files\iTunes\iTunes.exe', ''); end; this works fine on the local machine dose anyone know if it can be used to execute the same file path remotely eg ip 192.168.1.20
you could try running sysinternals tool PsExec.exe psexec \\computer[,computer[,..] [options] command [arguments] http://ss64.com/nt/psexec.html