<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>VoiceBot RSS: How to get voicebot to wait until a command has finished running before executing the next command?</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=35eee072-fa08-48d7-8314-61e2c9074caa" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=35eee072-fa08-48d7-8314-61e2c9074caa</link>
<description>VoiceBot RSS: How to get voicebot to wait until a command has finished running before executing the next command?</description>
<lastBuildDate>Mon, 01 Jun 2026 17:39:16 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=35eee072-fa08-48d7-8314-61e2c9074caa</generator>
<item>
<title>RE: How to get voicebot to wait until a command has finished running before executing the next command?</title>
<link>https://www.voicebot.net/Discussions/View/how-to-get-voicebot-to-wait-until-a-command-has-finished-running-before-executing-the-next-command/?ID=35eee072-fa08-48d7-8314-61e2c9074caa#3</link>
<pubDate>Tue, 10 Aug 2021 23:30:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/how-to-get-voicebot-to-wait-until-a-command-has-finished-running-before-executing-the-next-command/?ID=35eee072-fa08-48d7-8314-61e2c9074caa#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Quote:
Hey there,
I'm trying to get voicebot to work with displaying images whenever I say the right command word.
Currently I'm using a simple hold command to achieve this,
So when I say "Flood of Force" the corresponding image will be displayed on my screen for 5 seconds and then the key is...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Hey there,<br/>
<br/>
I'm trying to get voicebot to work with displaying images whenever I say the right command word.<br/>
<br/>
Currently I'm using a simple hold command to achieve this,<br/>
<br/>
So when I say "Flood of Force" the corresponding image will be displayed on my screen for 5 seconds and then the key is released.<br/>
<br/>
The problem is if I repeat the keyword or say any of my other keywords they begin interrupting each other.<br/>
<br/>
Is it possible to get voicebot to ignore all other commands until a currently executing command finishes?</div></div><br/>
<br/>
one way to do this are DOS batch files that watchdog what is displaying. this way voicebot can TRY to run multiple commands, but only one will run at a time.<br/>
<br/>
- voicebot tries to execute a dos batch file to display image<br/>
- if the dos batch file is not presently running, it runs, sets a timer of 5 mins, displays the image and stops displaying image after 5 mins then exits itself<br/>
- if the dos batch is currently running, nothing will execute, since image is being displayed currently until timer is up<br/>
- when the 5 min timer is up, file is closed and dos batch is closed<br/>
- now voicebot can successfully launch dos batch to display image again<br/>
<br/>
hope that helps. its a little research to find out how to use NIRCMD in dos to check for;<br/>
<br/>
- check if a title of a window is present<br/>
- use a timer to kill any window (and itself)<br/>
<br/>
hope that helps.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to get voicebot to wait until a command has finished running before executing the next command?</title>
<link>https://www.voicebot.net/Discussions/View/how-to-get-voicebot-to-wait-until-a-command-has-finished-running-before-executing-the-next-command/?ID=35eee072-fa08-48d7-8314-61e2c9074caa#2</link>
<pubDate>Fri, 16 Oct 2020 18:35:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/how-to-get-voicebot-to-wait-until-a-command-has-finished-running-before-executing-the-next-command/?ID=35eee072-fa08-48d7-8314-61e2c9074caa#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Hey David,
We don't currently support this, but I've added this to our feature request list. We don't guarantee that feature requests will be implemented, or offer timelines on possible implementation. We'll be sure to let you know if we do add it to our planned features in a future version.
Th...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hey David,<br/>
<br/>
We don't currently support this, but I've added this to our feature request list. We don't guarantee that feature requests will be implemented, or offer timelines on possible implementation. We'll be sure to let you know if we do add it to our planned features in a future version.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>How to get voicebot to wait until a command has finished running before executing the next command?</title>
<link>https://www.voicebot.net/Discussions/View/how-to-get-voicebot-to-wait-until-a-command-has-finished-running-before-executing-the-next-command/?ID=35eee072-fa08-48d7-8314-61e2c9074caa</link>
<pubDate>Thu, 15 Oct 2020 00:37:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/how-to-get-voicebot-to-wait-until-a-command-has-finished-running-before-executing-the-next-command/?ID=35eee072-fa08-48d7-8314-61e2c9074caa</guid>
<category>VoiceBot</category>
<description><![CDATA[Hey there,
I'm trying to get voicebot to work with displaying images whenever I say the right command word.
Currently I'm using a simple hold command to achieve this,
So when I say "Flood of Force" the corresponding image will be displayed on my screen for 5 seconds and then the key is release...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hey there,<br/>
<br/>
I'm trying to get voicebot to work with displaying images whenever I say the right command word.<br/>
<br/>
Currently I'm using a simple hold command to achieve this,<br/>
<br/>
So when I say "Flood of Force" the corresponding image will be displayed on my screen for 5 seconds and then the key is released.<br/>
<br/>
The problem is if I repeat the keyword or say any of my other keywords they begin interrupting each other.<br/>
<br/>
Is it possible to get voicebot to ignore all other commands until a currently executing command finishes?
</div>
]]></content:encoded>
</item>
</channel>
</rss>