<?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[batch datei starten]]></title><description><![CDATA[<p>ich möchte aus einem prog. eine batchdatei starten und wenn möglich<br />
mitgeteilt bekommen ob das programm erfolgreich durchlaufen wurde oder nicht.</p>
<p>wie kann ich das machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/88315/batch-datei-starten</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 05:18:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/88315.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Oct 2004 12:33:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to batch datei starten on Fri, 08 Oct 2004 12:33:54 GMT]]></title><description><![CDATA[<p>ich möchte aus einem prog. eine batchdatei starten und wenn möglich<br />
mitgeteilt bekommen ob das programm erfolgreich durchlaufen wurde oder nicht.</p>
<p>wie kann ich das machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/624027</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/624027</guid><dc:creator><![CDATA[cserv]]></dc:creator><pubDate>Fri, 08 Oct 2004 12:33:54 GMT</pubDate></item><item><title><![CDATA[Reply to batch datei starten on Fri, 08 Oct 2004 13:37:07 GMT]]></title><description><![CDATA[<p>wie so oft: ShellExecute();</p>
<p>Syntax:</p>
<pre><code class="language-cpp">ShellExecute(0,&quot;open&quot;,&quot;batch.bat&quot;,0,SW_SHOWDEFAULT);
</code></pre>
<p>[edit] o kagg, is ja das winAPI forum.. Geht das auch in WinAPI??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/624132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/624132</guid><dc:creator><![CDATA[Blackhawk]]></dc:creator><pubDate>Fri, 08 Oct 2004 13:37:07 GMT</pubDate></item><item><title><![CDATA[Reply to batch datei starten on Fri, 08 Oct 2004 13:41:03 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createprocess.asp" rel="nofollow">CreateProcess()</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/624141</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/624141</guid><dc:creator><![CDATA[MiC++ha]]></dc:creator><pubDate>Fri, 08 Oct 2004 13:41:03 GMT</pubDate></item></channel></rss>