<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[trigger cmd does not respect the waiting time of my batch file]]></title><description><![CDATA[<p dir="auto">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?<br />
This is the code I am using</p>
<pre><code>@echo off
timeout /t 2 /nobreak &gt;nul
start "" https://www.reddit.com/
timeout /t 2 /nobreak &gt;nul
start "" https://www.google.com/search?q=translate
timeout /t 2 /nobreak &gt;nul
start "" https://www.youtube.com/
timeout /t 5 /nobreak &gt;nul
Start "" "C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe"
quit

</code></pre>
]]></description><link>https://www.triggercmd.com/forum/topic/2856/trigger-cmd-does-not-respect-the-waiting-time-of-my-batch-file</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 03:32:32 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/2856.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 May 2024 18:43:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to trigger cmd does not respect the waiting time of my batch file on Mon, 08 Jul 2024 12:26:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/22946">@levi-junco-0</a> You bloody legend thank you levi - this has been messing with me for hours.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7978</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7978</guid><dc:creator><![CDATA[Matthew Poppell]]></dc:creator><pubDate>Mon, 08 Jul 2024 12:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to trigger cmd does not respect the waiting time of my batch file on Mon, 20 May 2024 19:22:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/22946">@levi-junco-0</a> Hello, again I think I found the solution and it really is quite simple.<br />
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<br />
<img src="/forum/assets/uploads/files/1716232775900-captura-de-pantalla-2024-05-20-131911.png" alt="Captura de pantalla 2024-05-20 131911.png" class=" img-fluid img-markdown" /><br />
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)</p>
<pre><code>@echo off
timeout /t 2 /nobreak &gt;nul
start "" https://www.reddit.com/
timeout /t 2 /nobreak &gt;nul
start "" https://www.google.com/search?q=translate
timeout /t 2 /nobreak &gt;nul
start "" https://www.youtube.com/
timeout /t 5 /nobreak &gt;nul
Start "" "C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe"
timeout /t 2 /nobreak &gt;nul
start spotify:
echo done
exit
</code></pre>
<p dir="auto">I hope this is helpful to someone with a similar problem.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7855</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7855</guid><dc:creator><![CDATA[levi junco 0]]></dc:creator><pubDate>Mon, 20 May 2024 19:22:24 GMT</pubDate></item></channel></rss>