<?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;gt; Fenster unterdrücken]]></title><description><![CDATA[<p>hi,</p>
<p>ich bin noch relativ unerfahren in C++.<br />
ich habe schon die Foren-Suche betätigt, und Google benutzt, aber nichts gefunden.</p>
<p>ich führe über die Funktion system() eine DOS-Befehl aus --&gt; ein Fenster öffnet sich, und der Command wird ausgeführt.<br />
ist es irgentwie möglich dieses Fenster zu unterdrücken?</p>
<p>falku</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/132076/system-gt-fenster-unterdrücken</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 04:24:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/132076.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jan 2006 02:00:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 02:00:37 GMT]]></title><description><![CDATA[<p>hi,</p>
<p>ich bin noch relativ unerfahren in C++.<br />
ich habe schon die Foren-Suche betätigt, und Google benutzt, aber nichts gefunden.</p>
<p>ich führe über die Funktion system() eine DOS-Befehl aus --&gt; ein Fenster öffnet sich, und der Command wird ausgeführt.<br />
ist es irgentwie möglich dieses Fenster zu unterdrücken?</p>
<p>falku</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960347</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960347</guid><dc:creator><![CDATA[falku]]></dc:creator><pubDate>Sun, 08 Jan 2006 02:00:37 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 02:03:10 GMT]]></title><description><![CDATA[<p>Mit WinAPI.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960348</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960348</guid><dc:creator><![CDATA[windows]]></dc:creator><pubDate>Sun, 08 Jan 2006 02:03:10 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 02:14:36 GMT]]></title><description><![CDATA[<p>und mit welchen Funktionen geht das?<br />
oder gibts da direkt ne Funktion, mit der man sowas machen kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960350</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960350</guid><dc:creator><![CDATA[falku]]></dc:creator><pubDate>Sun, 08 Jan 2006 02:14:36 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 02:27:13 GMT]]></title><description><![CDATA[<p>createprocess</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960354</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960354</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Sun, 08 Jan 2006 02:27:13 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 10:01:15 GMT]]></title><description><![CDATA[<p>ShellExecute glaube ich</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960419</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960419</guid><dc:creator><![CDATA[vll.]]></dc:creator><pubDate>Sun, 08 Jan 2006 10:01:15 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 14:49:02 GMT]]></title><description><![CDATA[<p>ok, ich hab jetzt die Funktion ShellExecute benutzt, und alles läuft ordnungsmäßig.<br />
Alerdings muss ich jetzt noch ein Paar Parameter an cmd.exe übergeben.<br />
Letzendlich will ich dass cmd so aufgerufen wird.</p>
<pre><code>cmd &lt; input.dat &gt; output.dat
</code></pre>
<p>Es soll also der Inhalt der Datei input.dat ausgeführt werden, und in output.dat ausgegeben werden.<br />
Ich habe es sochn über den Parameter lParameter probier, aber da scheint es nicht zu gehn.<br />
meine bisherige Anweisung:</p>
<pre><code>ShellExecute (NULL,&quot;open&quot;,&quot;C:\\WINDOWS\\system32\\cmd.exe&quot;,&quot;&lt; input.dat &gt; output.dat&quot;,NULL,SW_SHOW);
</code></pre>
<p>habt ihr Ideen wie ich das realisieren kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/960618</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960618</guid><dc:creator><![CDATA[falku]]></dc:creator><pubDate>Sun, 08 Jan 2006 14:49:02 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Sun, 08 Jan 2006 16:40:08 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/960797</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/960797</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sun, 08 Jan 2006 16:40:08 GMT</pubDate></item><item><title><![CDATA[Reply to system(); --&amp;gt; Fenster unterdrücken on Mon, 09 Jan 2006 21:37:27 GMT]]></title><description><![CDATA[<p>ich habe mein Problem immer noch nicht gelöst. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /><br />
ich möchte mit ShellExecute einen Befehl an's DOS übergeben.<br />
meine Theorie: Ich rufe cmd.exe auf, und übergebe eine Input- und Outputdatei als Parameter. Meine Problem sind immernoch die Parameter, es will einfach nicht funktionieren. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/962268</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/962268</guid><dc:creator><![CDATA[falku]]></dc:creator><pubDate>Mon, 09 Jan 2006 21:37:27 GMT</pubDate></item></channel></rss>