• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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
2.0k
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 Sep 15, 2019, 12:20 AM

    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
    • R
      Russ
      last edited by Russ Sep 15, 2019, 2:56 PM Sep 15, 2019, 2:55 PM

      @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 Sep 16, 2019, 6:18 AM

        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.

        R 1 Reply Last reply Sep 16, 2019, 10:44 PM Reply Quote 0
        • R
          Russ @Minh-Tam Nguyen
          last edited by Sep 16, 2019, 10:44 PM

          @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 Sep 17, 2019, 6:03 AM

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

            1 Reply Last reply Reply Quote 0
            • T tuicemen moved this topic from Instructions on Jan 31, 2022, 12:38 PM
            5 out of 5
            • First post
              5/5
              Last post