Announcement

Collapse
No announcement yet.

Getting a Virtual Switch to close a PC application?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting a Virtual Switch to close a PC application?

    Trying to find a way to open and close PC apps with a virtual switch. I've got the events and switches all working but just cant figure out how to interface with my PC.

    #2
    I think jon00 has a utility that allows this.
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      You can call launch from an event. You get to it by Run another Program or Process. See an example below. I am on linux but this is built into the system. You can write a batch file to stop the program and call the batch file from launch. A PERL script will also allow you to do this. The windows command to "kill" a process is taskkill /IM Program.exe. if you add a /F it will force the kill.

      Click image for larger version  Name:	Screenshot from 2020-06-07 21-30-59.png Views:	0 Size:	160.3 KB ID:	1392074

      Comment


        #4
        Is this a remote pc?

        Comment

        Working...
        X