TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. cableghost
    3. Posts
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by cableghost

    • RE: Super Confused

      Thanks @russ. Presently, I use EventGhost to turn on/off lights, shutdown a bank of my monitors when I login/out of my computer, etc. My guess is though, I could control my LIFX bulbs via integration through smartthings with tcmd. I've seen some posts herein, but don't really understand the commands.

      Again, I think there's great potential with your tool, but the page you sent me to is my point. In order to use the tool, I must really become familiar with what I imagine is a standard language for programmers and tech hobbyist that have put in the time, but it's definitely not for the average user.

      posted in General Discussion
      C
      cableghost
    • Super Confused

      Is there a complete instruction set for TRIGGERcmd? Like how do I control my LIFX lights via SmartThings, or...

      Set WshShell = WScript.CreateObject("WScript.Shell")
      Comandline = ":\UsersYOUR COMPUTER NAME\AppData\Roaming\Spotify\Spotify.exe"
      CreateObject("WScript.Shell").Run("spotify:")
      WScript.sleep 1000
      WshShell.SendKeys "^{d}"
      WScript.sleep 1000
      WshShell.SendKeys "{TAB 3}", True
      WScript.sleep 1000
      WshShell.SendKeys " "

      Where do I learn this?

      This really seems like a great tool for the computer, but frankly, if this is to go mainstream, I think a much easier GUI with a command selection menu would be almost required. One example is sharptools.io Rules Engine...that I can configure. I realize there is infinite command options, but I can't seem to find any kind of starter help. I use Tasker on Android and that has a great commands overview for which I was able to understand and get started with years ago.

      posted in General Discussion
      C
      cableghost