btw when i copy and paste the text it takes away the double slash so these are double slashed!
Latest posts made by Jaxon T
- 
    RE: Unexpected token W in JSON at position 273posted in Windows
- 
    RE: Unexpected token W in JSON at position 273posted in WindowsAfter 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",
 }
 ]
- 
    Unexpected token W in JSON at position 273posted in WindowsI'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