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

    open two things

    Windows
    2
    3
    220
    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.
    • SaturadoXxS
      SaturadoXx
      last edited by

      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?

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

        @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
        • SaturadoXxS
          SaturadoXx
          last edited by

          @Russ Thank you!

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