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

    How do you run an application from Trigger CMD on my laptop

    Windows
    2
    5
    1.9k
    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.
    • M
      Minh-Tam Nguyen
      last edited by

      Hi! Quick question on how to launch an application from TriggerCMD on my computer. My current code for this is
      "trigger": "League of Legends",
      "command": "C:\Riot Games\League of Legends\LeagueClient.exe",
      "ground": "foreground",
      "voice": "League of Legends",
      "voiceReply": "Launching League of Legends"

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

        @Minh-Tam-Nguyen, that entry looks good, except it needs double backslashes \\, which is something you don't have to worry about if you use the GUI editor.

        I recommend finding the icon for the app, and copy/pasting the command from the Target field in it's properties.

        Russell VanderMey

        1 Reply Last reply Reply Quote 0
        • M
          Minh-Tam Nguyen
          last edited by

          0_1568614627896_Capture.JPG
          I copied and pasted the command from the Target field in its properties, however, the program still does not launch. Is there something wrong with the way I did it in the GUI editor? Thanks for getting back quickly! I am still fairly new to this.

          RussR 1 Reply Last reply Reply Quote 0
          • RussR
            Russ @Minh-Tam Nguyen
            last edited by

            @minh-tam-nguyen, I think I might know what's wrong. Because there are spaces in your command, you probably need quotes around it.

            Using the GUI editor, please make your command:

            "C:\Riot Games\League of Legends\LeagueClient.exe"
            

            Also, please test it using the green play button in the GUI editor.

            Russell VanderMey

            1 Reply Last reply Reply Quote 1
            • M
              Minh-Tam Nguyen
              last edited by

              Thank you so much! I've been at this for a while now

              1 Reply Last reply Reply Quote 0
              • tuicemenT tuicemen moved this topic from Instructions on
              • First post
                Last post