TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. levi junco 0
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    levi junco 0

    @levi junco 0

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    levi junco 0 Unfollow Follow

    Latest posts made by levi junco 0

    • RE: trigger cmd does not respect the waiting time of my batch file

      @levi-junco-0 Hello, again I think I found the solution and it really is quite simple.
      All you have to do is add this before your address to your batch file once you have done this trigger cmd will respect your .bat file as is
      Captura de pantalla 2024-05-20 131911.png
      This is how my code finally looked (this is not relevant since the problem is solved with code that goes before the address of the bat file)

      @echo off
      timeout /t 2 /nobreak >nul
      start "" https://www.reddit.com/
      timeout /t 2 /nobreak >nul
      start "" https://www.google.com/search?q=translate
      timeout /t 2 /nobreak >nul
      start "" https://www.youtube.com/
      timeout /t 5 /nobreak >nul
      Start "" "C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe"
      timeout /t 2 /nobreak >nul
      start spotify:
      echo done
      exit
      

      I hope this is helpful to someone with a similar problem.

      posted in Windows
      levi junco 0L
      levi junco 0
    • trigger cmd does not respect the waiting time of my batch file

      When I run my batch file from my computer everything works the way it should, it waits the number of seconds before opening another program or web page, but the moment trigger cmd executes it it is as if it had no waiting time since All pages and programs run at the same time. any solution to this?
      This is the code I am using

      @echo off
      timeout /t 2 /nobreak >nul
      start "" https://www.reddit.com/
      timeout /t 2 /nobreak >nul
      start "" https://www.google.com/search?q=translate
      timeout /t 2 /nobreak >nul
      start "" https://www.youtube.com/
      timeout /t 5 /nobreak >nul
      Start "" "C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe"
      quit
      
      
      posted in Windows
      levi junco 0L
      levi junco 0