<?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[Anderes Programm ausführen]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe das ganze schon mal gemacht aber vergessen.</p>
<p>Wie kann ich mit ShellExecute ein anderes Programm &quot;arp.exe -d&quot; ausführen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/185676/anderes-programm-ausführen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 11:09:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/185676.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Jun 2007 16:10:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 16:10:48 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe das ganze schon mal gemacht aber vergessen.</p>
<p>Wie kann ich mit ShellExecute ein anderes Programm &quot;arp.exe -d&quot; ausführen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1315159</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315159</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Fri, 29 Jun 2007 16:10:48 GMT</pubDate></item><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 16:25:26 GMT]]></title><description><![CDATA[<p>Schau doch einfach mal in die Hilfe oder die MSDN.</p>
<blockquote>
<p>HINSTANCE ShellExecute(</p>
<p>HWND hwnd, // handle to parent window<br />
LPCTSTR lpOperation,// pointer to string that specifies operation to perform<br />
LPCTSTR lpFile, // pointer to filename or folder name string<br />
LPCTSTR lpParameters,// pointer to string that specifies executable-file parameters<br />
LPCTSTR lpDirectory,// pointer to string that specifies default directory<br />
INT nShowCmd // whether file is shown when opened<br />
);</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1315167</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315167</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Fri, 29 Jun 2007 16:25:26 GMT</pubDate></item><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 16:27:02 GMT]]></title><description><![CDATA[<p>genau so wie hier:</p>
<pre><code class="language-cpp">ShellExecute(NULL, &quot;open&quot;, &quot;ping.exe&quot;, &quot; localhost -t&quot;, NULL, SW_SHOWNORMAL);
</code></pre>
<p>MfG<br />
Tippo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1315168</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315168</guid><dc:creator><![CDATA[Tippokrates]]></dc:creator><pubDate>Fri, 29 Jun 2007 16:27:02 GMT</pubDate></item><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 16:27:39 GMT]]></title><description><![CDATA[<p>Schau in die FAQ!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1315169</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315169</guid><dc:creator><![CDATA[Fincki]]></dc:creator><pubDate>Fri, 29 Jun 2007 16:27:39 GMT</pubDate></item><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 17:34:28 GMT]]></title><description><![CDATA[<blockquote>
<p>ShellExecute(NULL,&quot;open&quot;,&quot;Arp.exe&quot;,&quot; -d&quot;, NULL, SW_MINIMIZE);</p>
</blockquote>
<p>Funktioniert super, danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1315215</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315215</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Fri, 29 Jun 2007 17:34:28 GMT</pubDate></item><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 17:37:27 GMT]]></title><description><![CDATA[<p>hermes schrieb:</p>
<blockquote>
<blockquote>
<p>ShellExecute(NULL,&quot;open&quot;,&quot;Arp.exe&quot;,&quot; -d&quot;, NULL, SW_MINIMIZE);</p>
</blockquote>
<p>Funktioniert super, danke.</p>
</blockquote>
<p>Fehlt nur noch die Fehlerbehandlung, wie man sie auch in der <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39256.html" rel="nofollow">FAQ</a> findet.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1315217</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315217</guid><dc:creator><![CDATA[Fincki]]></dc:creator><pubDate>Fri, 29 Jun 2007 17:37:27 GMT</pubDate></item><item><title><![CDATA[Reply to Anderes Programm ausführen on Fri, 29 Jun 2007 22:48:28 GMT]]></title><description><![CDATA[<p>Ist schon klar <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1315377</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1315377</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Fri, 29 Jun 2007 22:48:28 GMT</pubDate></item></channel></rss>