<?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: Macro script to kill a process</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=cb65ea67-723b-46bf-9079-9914cb7b92c5" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=cb65ea67-723b-46bf-9079-9914cb7b92c5</link>
<description>VoiceBot RSS: Macro script to kill a process</description>
<lastBuildDate>Fri, 01 May 2026 05:15:18 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=cb65ea67-723b-46bf-9079-9914cb7b92c5</generator>
<item>
<title>RE: Macro script to kill a process</title>
<link>https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#5</link>
<pubDate>Sun, 07 Jun 2015 02:59:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#5</guid>
<category>VoiceBot</category>
<description><![CDATA[Thank you very much]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you very much
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro script to kill a process</title>
<link>https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#4</link>
<pubDate>Sat, 06 Jun 2015 18:39:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#4</guid>
<category>VoiceBot</category>
<description><![CDATA[Ok, here's some sample code that would kill Notepad++. Just replace the Notepad++ path the path to whatever app you'd like to kill in your macro and you should be all set
using System;
using System.Drawing;
Code
Copy
Select All
public static class VoiceBotScript
{
public static void Run(I...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, here's some sample code that would kill Notepad++. Just replace the Notepad++ path the path to whatever app you'd like to kill in your macro and you should be all set <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
using System;<br/>
using System.Drawing;<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019de1f675fd73cb875fb4cfeb1490d4" class="ClipboardCopyControl"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019de1f675fd73cb875fb4cfeb1490d4Js'); return false;"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019de1f675fd73cb875fb4cfeb1490d4Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">public static class VoiceBotScript
{
public static void Run(IntPtr windowHandle)
{
uint appID = BFS.Application.GetAppIDByFile("C:\\Program Files (x86)\\Notepad++\\notepad++.exe");
BFS.Application.Kill(appID);
}
}</pre><textarea id="code019de1f675fd73cb875fb4cfeb1490d4" name="code019de1f675fd73cb875fb4cfeb1490d4" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro script to kill a process</title>
<link>https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#3</link>
<pubDate>Sat, 06 Jun 2015 01:29:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Steam, Civilization 5, Arma 3, Google Chrome. Thank you for your fast response.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Steam, Civilization 5, Arma 3, Google Chrome. Thank you for your fast response.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro script to kill a process</title>
<link>https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#2</link>
<pubDate>Fri, 05 Jun 2015 16:53:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5#2</guid>
<category>VoiceBot</category>
<description><![CDATA[We can definitely provide an example. What is the name of the process that you want to kill?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We can definitely provide an example. What is the name of the process that you want to kill?
</div>
]]></content:encoded>
</item>
<item>
<title>Macro script to kill a process</title>
<link>https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5</link>
<pubDate>Fri, 05 Jun 2015 12:06:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/macro-script-to-kill-a-process/?ID=cb65ea67-723b-46bf-9079-9914cb7b92c5</guid>
<category>VoiceBot</category>
<description><![CDATA[May we have a shortcut feature or tutorial on how to set up a terminate program macro? Thank you in advance.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
May we have a shortcut feature or tutorial on how to set up a terminate program macro? Thank you in advance.
</div>
]]></content:encoded>
</item>
</channel>
</rss>