TRIGGERcmd
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Start Dropbox

    Windows
    2
    3
    4683
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Russ
      Russ last edited by Russ

      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"},

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        Thank you, I will be trying it out on Monday, when I'm back in my office.

        1 Reply Last reply Reply Quote 0
        • Russ
          Russ last edited by Russ

          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.

          Russell VanderMey

          1 Reply Last reply Reply Quote 0
          • First post
            Last post