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

    Two softwares - two programs - one trigger

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 3 Posters 777 Views 1 Watching
    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.
    • Oz PerrenoudO Offline
      Oz Perrenoud
      last edited by

      Hello!

      I tryed to open two softwares on the same trigger.

      1.jpg

      "C:\Program Files (x86)\ChamSys Ltd\MagicQ PC\mqqt.exe" & "C:\Program Files\Capture 2022\Capture 2022.exe"

      The second, after the &, only opens when I close the first, no matter what order they are in, may I fix this?

      Thanks,
      Oz

      tuicemenT RussR 2 Replies Last reply Reply Quote 0
      • tuicemenT Offline
        tuicemen @Oz Perrenoud
        last edited by

        @oz-perrenoud you may need to create a batch file for this use this link for a walk though https://www.google.com/amp/s/www.makeuseof.com/tag/launch-multiple-programs-single-shortcut-using-batch-file/amp/

        1 Reply Last reply Reply Quote 0
        • RussR Offline
          Russ @Oz Perrenoud
          last edited by Russ

          @oz-perrenoud, here's another idea for you. Put "start " at the beginning, like this:

          start C:\Windows\System32\notepad.exe && C:\Windows\System32\calc.exe
          

          The "start" command exits right after it spawns Notepad so it runs the next command, calc.exe immediately.

          I tried it and it worked for me.

          Russell VanderMey

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post