<?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[Aufruf einer Konsolenanwendung]]></title><description><![CDATA[<p>Hallo,</p>
<p>brauche mal wieder Hilfe.</p>
<p>Ich möchte in meiner Windowsanwendung ein Konsolenfenster aufrufen und dem einen AnsiString übergeben, der durch die Konsolenanwendung ausgeführt werden soll.</p>
<p>Wie stelle ich das an?</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Danke.</p>
<p>Gruß</p>
<p>jamiger</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/182178/aufruf-einer-konsolenanwendung</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 20:05:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/182178.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 May 2007 09:27:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Aufruf einer Konsolenanwendung on Tue, 22 May 2007 09:27:51 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>brauche mal wieder Hilfe.</p>
<p>Ich möchte in meiner Windowsanwendung ein Konsolenfenster aufrufen und dem einen AnsiString übergeben, der durch die Konsolenanwendung ausgeführt werden soll.</p>
<p>Wie stelle ich das an?</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Danke.</p>
<p>Gruß</p>
<p>jamiger</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1289699</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1289699</guid><dc:creator><![CDATA[jamiger]]></dc:creator><pubDate>Tue, 22 May 2007 09:27:51 GMT</pubDate></item><item><title><![CDATA[Reply to Aufruf einer Konsolenanwendung on Tue, 22 May 2007 10:04:09 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wenn der String als Parameter in die Konsolenanwendung übergeben werden soll:</p>
<pre><code class="language-cpp">// Als Beispiel:
ShellExecute(NULL, &quot;open&quot;, &quot;ping.exe&quot;, &quot; 192.168.1.1 -t&quot;, NULL, SW_SHOWNORMAL);
</code></pre>
<p>mfg, Micha!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1289725</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1289725</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 22 May 2007 10:04:09 GMT</pubDate></item><item><title><![CDATA[Reply to Aufruf einer Konsolenanwendung on Tue, 22 May 2007 11:21:53 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>den Parameter, den ich übergeben möchte, ist in einer AnsiString-Variable abgelegt, erwartet wird aber eine char-Variable.<br />
Da ich noch in meinen Anfängen in der C++-Programmierung bin, bin ich mir nicht sicher, wie ich eine Typumwandlung von AnsiString nach char hin kriege (wenn das überhaupt möglich ist).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1289779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1289779</guid><dc:creator><![CDATA[jamiger]]></dc:creator><pubDate>Tue, 22 May 2007 11:21:53 GMT</pubDate></item><item><title><![CDATA[Reply to Aufruf einer Konsolenanwendung on Tue, 22 May 2007 11:35:01 GMT]]></title><description><![CDATA[<p>In Borland Builder gibts AnsiString.c_str();</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1289793</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1289793</guid><dc:creator><![CDATA[Alien_]]></dc:creator><pubDate>Tue, 22 May 2007 11:35:01 GMT</pubDate></item><item><title><![CDATA[Reply to Aufruf einer Konsolenanwendung on Tue, 22 May 2007 13:21:05 GMT]]></title><description><![CDATA[<p>Danke. So gehts.</p>
<p>Gibt es eine Möglichkeit das cmd-Fenster stehen zu lassen?<br />
Der Aufruf geht so schnell, dass ich gar nicht kontrollieren kann, was ich da übergeben habe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1289936</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1289936</guid><dc:creator><![CDATA[jamiger]]></dc:creator><pubDate>Tue, 22 May 2007 13:21:05 GMT</pubDate></item></channel></rss>