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

    Posts made by Jaxon T

    • RE: Unexpected token W in JSON at position 273

      btw when i copy and paste the text it takes away the double slash so these are double slashed!Capture.PNG

      posted in Windows
      Jaxon TJ
      Jaxon T
    • RE: Unexpected token W in JSON at position 273

      After I did what you said it happened again except this time it said

      Unexpected token } in JSON at position 132

      the whole text command editor is just

      [
      {
      "trigger": "Sleep",
      "command": "C:\Windows\System32\psshutdown /d /t 1",
      "ground": "background",
      "voice": "Sleep",
      }
      ]

      btw i tried psshutdown with and without .exe at the end so the other text editor looks like

      [
      {
      "trigger": "Sleep",
      "command": "C:\Windows\System32\psshutdown.exe /d /t 1",
      "ground": "background",
      "voice": "Sleep",
      }
      ]

      posted in Windows
      Jaxon TJ
      Jaxon T
    • Unexpected token W in JSON at position 273

      I'm trying to get my computer to sleep on command.
      This is my command line

      "trigger": "Sleep",
      "command": "C:\Windows\System32\psshutdown /d /t 1",
      "ground": "background",
      "voice": "Sleep",

      When I tell it to run a java error pops up with "Unexpected token W in JSON at position 273" and when I write psshutdown \d \t 1 without the whole directory nothing happens.

      Thanks, Jaxon

      posted in Windows
      Jaxon TJ
      Jaxon T