<?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[Run batch file]]></title><description><![CDATA[<p dir="auto">I am new here but looking to run a simple batch file on my PC using Alexa. I can run the batch file manually on the PC (double click the file name) and it works as expected. I have TRIGGER cmd loaded and running. The example commands (notepad and calculator) work fine from Alexa. But I can't seem to figure out the correct syntax to run the .bat file. Alexa seems to understand the voice name and sends the command to the PC but I am missing something simple</p>
]]></description><link>https://www.triggercmd.com/forum/topic/113/run-batch-file</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 17:40:35 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/113.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Dec 2017 23:05:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Run batch file on Mon, 17 Aug 2020 22:01:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4335">@Marcos-Vinícius</a>, I've actually never seen that.  Can you send a screenshot showing it's offline?</p>
<p dir="auto">One thing you could try is unlink and re-link your TRIGGERcmd account.  It's under <strong>Home control</strong> under the <strong>Assistent</strong> tab in <strong>Assistant settings</strong>.</p>
<p dir="auto">My switches look like this:</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1597701632583-screenshot_2020-08-17-17-54-12.png" alt="Screenshot_2020-08-17-17-54-12.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/2692</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2692</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 17 Aug 2020 22:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Mon, 17 Aug 2020 00:43:44 GMT]]></title><description><![CDATA[<p dir="auto">I need a little help, could you help me? I created a .bat file to restart the network connection and when testing it on the triggercmd page it works but on google home it appears as an offline switch, you know what could be causing this error?</p>
]]></description><link>https://www.triggercmd.com/forum/post/2687</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2687</guid><dc:creator><![CDATA[Marcos Vinícius]]></dc:creator><pubDate>Mon, 17 Aug 2020 00:43:44 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Sun, 31 May 2020 20:49:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> hello good night there is a channel on youtube with more than 27000 subscribers outside instagran, i wanted to know if you are interested in closing a partnership with my channel, how would this partnership be? u give me a trigger license in all videos involve alexa we would be leaving the link of the app and we would put it as master sponsor of the channel.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2292</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2292</guid><dc:creator><![CDATA[tioinfo]]></dc:creator><pubDate>Sun, 31 May 2020 20:49:29 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Sun, 31 May 2020 15:50:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/3471">@tioinfo</a>, please check out this advice for finding the command for any program:</p>
<p dir="auto"><a href="https://www.triggercmd.com/forum/topic/718/how-to-run-a-program/2">https://www.triggercmd.com/forum/topic/718/how-to-run-a-program/2</a></p>
]]></description><link>https://www.triggercmd.com/forum/post/2289</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2289</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 31 May 2020 15:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Sat, 30 May 2020 22:46:00 GMT]]></title><description><![CDATA[<p dir="auto">Could someone help me create a command to open adobe premiere</p>
]]></description><link>https://www.triggercmd.com/forum/post/2280</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2280</guid><dc:creator><![CDATA[tioinfo]]></dc:creator><pubDate>Sat, 30 May 2020 22:46:00 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Mon, 18 Dec 2017 02:25:37 GMT]]></title><description><![CDATA[<p dir="auto">@ScottC, that's interesting.  Usually I don't have to add the start prefix, or the exit command to my batch file, but there might be something about your particular batch file that requires those.</p>
<p dir="auto">Good job figuring it out.</p>
]]></description><link>https://www.triggercmd.com/forum/post/347</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/347</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 18 Dec 2017 02:25:37 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Mon, 18 Dec 2017 01:11:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> Thanks. That helped. One last question.</p>
<p dir="auto">Adding the path to environment variable did help but I had to make the command "start C:\scripts\fix.bat" and then add a line to the batch file for exit to close the CMD window. From the GUI edit window the command worked fine but when I tried to use Alexa it seemed to take the command but did not run the batch file. So added "start" and it worked but left the CMD window open so added last line in batch file as exit and now it runs and closes the CMD window.</p>
]]></description><link>https://www.triggercmd.com/forum/post/346</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/346</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 18 Dec 2017 01:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to Run batch file on Sun, 17 Dec 2017 22:27:14 GMT]]></title><description><![CDATA[<p dir="auto">@ScottC, you probably need to specify the full path to the batch file, like this:</p>
<pre><code>c:\scripts\batchfilename.bat
</code></pre>
<p dir="auto">You can find the folder the batch file is in by right-clicking the file, and clicking Properties.  The Location value is the folder.  You can copy/paste that, then add the name of the batch file.</p>
<p dir="auto">Or, you could add the folder where you stored the batch file to your PATH environment variable.<br />
Bubba did a good video on how to do that here:  <a href="https://www.youtube.com/watch?v=SQKW3BRDBtw" rel="nofollow ugc">https://www.youtube.com/watch?v=SQKW3BRDBtw</a></p>
]]></description><link>https://www.triggercmd.com/forum/post/336</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/336</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 17 Dec 2017 22:27:14 GMT</pubDate></item></channel></rss>