<?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[Ausführen einer .exe-Datei]]></title><description><![CDATA[<p>Ich muß innerhalb meines cpp-Programms eine exe-Datei aufrufen bzw. ausführen. Kennt jemand den Befehl dafür?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/120540/ausführen-einer-exe-datei</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 09:21:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120540.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Sep 2005 10:28:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ausführen einer .exe-Datei on Wed, 14 Sep 2005 10:28:11 GMT]]></title><description><![CDATA[<p>Ich muß innerhalb meines cpp-Programms eine exe-Datei aufrufen bzw. ausführen. Kennt jemand den Befehl dafür?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/871809</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/871809</guid><dc:creator><![CDATA[apfelschnute]]></dc:creator><pubDate>Wed, 14 Sep 2005 10:28:11 GMT</pubDate></item><item><title><![CDATA[Reply to Ausführen einer .exe-Datei on Wed, 14 Sep 2005 10:29:43 GMT]]></title><description><![CDATA[<p>winapi<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp</a><br />
oder<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createprocess.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createprocess.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/871814</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/871814</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Wed, 14 Sep 2005 10:29:43 GMT</pubDate></item></channel></rss>