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

open two things

Windows
2
3
237
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.
  • S
    SaturadoXx
    last edited by Jun 12, 2021, 5:01 PM

    hi i am new to this and i was wondering if it is possible to open two things at the same time (in one command) for example youtube and instagram, or minecraft and warzone. it's possible?

    R 1 Reply Last reply Jun 12, 2021, 7:08 PM Reply Quote 0
    • R
      Russ @SaturadoXx
      last edited by Russ Jun 12, 2021, 7:10 PM Jun 12, 2021, 7:08 PM

      @SaturadoXx, a quick an dirty way to do that is to put a && between the two commands like this:

      calc && notepad
      

      That will open calculator and notepad.

      985e2569-8512-4936-9ebd-81c3eb8cd4c9-image.png

      Or, you could create a batch file script with the two commands called something like c:\scripts\calc_and_notepad.bat with these contents, and run the batch file script from TRIGGERcmd.

      calc
      notepad
      

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • S
        SaturadoXx
        last edited by Jun 12, 2021, 7:14 PM

        @Russ Thank you!

        1 Reply Last reply Reply Quote 0
        3 out of 3
        • First post
          3/3
          Last post