<?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[system(&amp;quot;ipconfig&amp;quot;) zwingen offen zu bleiben]]></title><description><![CDATA[<p>Hallo ich möchte aus meinem GUI Programm mit dem Befehl<br />
system(&quot;ipconfig&quot;);<br />
die CMD aufrufen um die IP Adressen anzuzeigen.<br />
Klappt auch ganz gut, jedoch wird das Fenster sofort wieder geschlossen, kann man es irgendwie zwingen offen zu bleiben?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/296430/system-quot-ipconfig-quot-zwingen-offen-zu-bleiben</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 23:25:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/296430.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Dec 2011 19:03:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to system(&amp;quot;ipconfig&amp;quot;) zwingen offen zu bleiben on Sun, 04 Dec 2011 19:03:32 GMT]]></title><description><![CDATA[<p>Hallo ich möchte aus meinem GUI Programm mit dem Befehl<br />
system(&quot;ipconfig&quot;);<br />
die CMD aufrufen um die IP Adressen anzuzeigen.<br />
Klappt auch ganz gut, jedoch wird das Fenster sofort wieder geschlossen, kann man es irgendwie zwingen offen zu bleiben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2152977</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2152977</guid><dc:creator><![CDATA[CMDMaster]]></dc:creator><pubDate>Sun, 04 Dec 2011 19:03:32 GMT</pubDate></item><item><title><![CDATA[Reply to system(&amp;quot;ipconfig&amp;quot;) zwingen offen zu bleiben on Sun, 04 Dec 2011 19:13:08 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">std::cin.get(); // &lt;-- Schreib das nach system(&quot;ipconfig&quot;) hin.
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2152982</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2152982</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 04 Dec 2011 19:13:08 GMT</pubDate></item><item><title><![CDATA[Reply to system(&amp;quot;ipconfig&amp;quot;) zwingen offen zu bleiben on Sun, 04 Dec 2011 19:16:02 GMT]]></title><description><![CDATA[<p>:D????</p>
<pre><code class="language-cpp">private: System::Void label1_Click_1(System::Object^  sender, System::EventArgs^  e) {
			 system(&quot;ipconfig&quot;);
                          std::cin.get();

		 }
</code></pre>
<p>seit wann kennt die CMD bitte cin :D?<br />
Ich programmiere GUI, die CMD wird zusätl. geöffnet.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2152985</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2152985</guid><dc:creator><![CDATA[wtf23333333]]></dc:creator><pubDate>Sun, 04 Dec 2011 19:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to system(&amp;quot;ipconfig&amp;quot;) zwingen offen zu bleiben on Sun, 04 Dec 2011 19:24:34 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">system(&quot;ipconfig&amp;pause&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2152989</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2152989</guid><dc:creator><![CDATA[wtfhasthistodowithc++]]></dc:creator><pubDate>Sun, 04 Dec 2011 19:24:34 GMT</pubDate></item></channel></rss>