Start Dropbox
-
You'll see here https://devpost.com/software/triggercmd-mkucfy#updates that John asked me how to do this.
{"trigger":"Dropbox","command":""C:\Program Files (x86)\Dropbox\Client\Dropbox.exe" /home","ground":"foreground","voice":"drop box"},
-
Thank you, I will be trying it out on Monday, when I'm back in my office.
-
Thanks John. I just re-read my post and I noticed this forum software (NodeBB) removed the backslashes that are required to "escape" the command to make it compatible with the json format.
So here it is again with the backslashes. Please try this instead:
{"trigger":"Dropbox","command":"\"C:\\Program Files (x86)\\Dropbox\\Client\\Dropbox.exe\" \/home","ground":"foreground","voice":"drop box"},
I used http://www.freeformatter.com/json-escape.html to escape the escaped version so it will show up with the backslashes.