<?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[EXE einbinden?]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es eine funktion mit der ich eine exe-datei, welche außerhalb meines programmes ist, starten kann?</p>
<p>hoffe auf antwort</p>
<p>mfg Jamal</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124204/exe-einbinden</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 21:04:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124204.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Oct 2005 19:21:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to EXE einbinden? on Mon, 24 Oct 2005 19:21:28 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>gibt es eine funktion mit der ich eine exe-datei, welche außerhalb meines programmes ist, starten kann?</p>
<p>hoffe auf antwort</p>
<p>mfg Jamal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900351</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900351</guid><dc:creator><![CDATA[Jamal]]></dc:creator><pubDate>Mon, 24 Oct 2005 19:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to EXE einbinden? on Mon, 24 Oct 2005 19:27:26 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Standardisiert ist afaik die Funktion system(), die als Argument einen C-String erwartet, den sie dann ausführt.<br />
Allerdings ist diese Funktion sehr simpel gestrickt und du hast gar keine Kontrolle über das Programm, welches du über diese Funktion ausführst. =&gt; Du solltest Funktionen deines OS verwenden. =&gt; Welches OS?</p>
<p>Gruß Caipi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900361</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900361</guid><dc:creator><![CDATA[Caipi]]></dc:creator><pubDate>Mon, 24 Oct 2005 19:27:26 GMT</pubDate></item><item><title><![CDATA[Reply to EXE einbinden? on Tue, 25 Oct 2005 17:47:52 GMT]]></title><description><![CDATA[<p>kannst auch CreateProcess benutzen. Ich glaube mit ShellExecute sollte es auch gehen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900600</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900600</guid><dc:creator><![CDATA[lustig]]></dc:creator><pubDate>Tue, 25 Oct 2005 17:47:52 GMT</pubDate></item></channel></rss>