Using the excuete procedure (homegate)

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by Pie Boy, Sep 20, 2014.

  1. Pie Boy

    Pie Boy

    Joined:
    Nov 21, 2012
    Messages:
    248
    Likes Received:
    31
    Location:
    New Zealand
    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
     
    Pie Boy, Sep 20, 2014
    #1
  2. Pie Boy

    Charlie Crackle

    Joined:
    Aug 3, 2004
    Messages:
    815
    Likes Received:
    8
    Location:
    Melbourne
    Charlie Crackle, Sep 20, 2014
    #2
  3. Pie Boy

    Pie Boy

    Joined:
    Nov 21, 2012
    Messages:
    248
    Likes Received:
    31
    Location:
    New Zealand
    yep sweet got it sorted
     
    Pie Boy, Oct 16, 2014
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.