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

    JoseTCMD

    @JoseTCMD

    0
    Reputation
    11
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JoseTCMD Unfollow Follow

    Latest posts made by JoseTCMD

    • Solved

      Re: taskkill in windows
      Sorry, solved. There was an error in the rutine.
      Thanks.

      posted in Windows
      J
      JoseTCMD
    • taskkill in windows

      I don't know why this command works when I launch it from triggercmd.com; but from Alexa don't. Alexa recognize the device but it doesn't execute the command. I tried with "Calculator" in lowcase too.

      {
        "trigger": "cierra calculadora",
        "command": "taskkill /F /IM Calculator.exe",
        "ground": "foreground",
        "voice": "Alexa, enciende cierra calculadora",
        "voiceReply": "",
        "allowParams": "false"
       }
      
      posted in Windows
      J
      JoseTCMD