<?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[Shell rückgabe!]]></title><description><![CDATA[<p>Hi,<br />
Ich suche sowas ähnliches wie system();<br />
Wo man auch Commands in der Shell ausführen kann aber die Rückgabe bekommt.<br />
Wenn ich z.b. dir eingebe sollen die Dateien und verzeichnisse zurückgegeben werden!<br />
Wenn es nicht zur stl gehört sollte es unter Windows laufbar sein!</p>
<p>MFG ReduX</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/191618/shell-rückgabe</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 04:34:04 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/191618.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Sep 2007 00:01:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 00:01:54 GMT]]></title><description><![CDATA[<p>Hi,<br />
Ich suche sowas ähnliches wie system();<br />
Wo man auch Commands in der Shell ausführen kann aber die Rückgabe bekommt.<br />
Wenn ich z.b. dir eingebe sollen die Dateien und verzeichnisse zurückgegeben werden!<br />
Wenn es nicht zur stl gehört sollte es unter Windows laufbar sein!</p>
<p>MFG ReduX</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359101</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359101</guid><dc:creator><![CDATA[ReduX]]></dc:creator><pubDate>Wed, 05 Sep 2007 00:01:54 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 06:23:14 GMT]]></title><description><![CDATA[<p>mir fällt jetzt nur ein, die ausgabe in ne datei umzuleiten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359139</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359139</guid><dc:creator><![CDATA[mmm]]></dc:creator><pubDate>Wed, 05 Sep 2007 06:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 07:07:15 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Statt System oder ShellExecute &amp; Co würde ich da lieber die dedizierten Funktionen aus der WinAPI benutzen. &quot;dir&quot; bekommst du mit FindFirstFile/FindNextFile hin, siehe SuFu und FAQ des WinAPI-Forums.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359156</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359156</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 05 Sep 2007 07:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 07:46:46 GMT]]></title><description><![CDATA[<p>ich glaube/hoffe, dass er nicht das Ergebnis von &quot;dir&quot; will.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359176</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359176</guid><dc:creator><![CDATA[mmm]]></dc:creator><pubDate>Wed, 05 Sep 2007 07:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 08:21:32 GMT]]></title><description><![CDATA[<p>wie wärs mit processes? createProcess (Winapi). Ich machs dann eig immer mit Qt: QProcess. Da kann man dateien für standard in-, output und error festlegen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359201</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359201</guid><dc:creator><![CDATA[piXelshooter]]></dc:creator><pubDate>Wed, 05 Sep 2007 08:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 12:55:24 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>mmm schrieb:</p>
<blockquote>
<p>ich glaube/hoffe, dass er nicht das Ergebnis von &quot;dir&quot; will.</p>
</blockquote>
<p>Doch das möchte ich!</p>
<p>akari schrieb:</p>
<blockquote>
<p>Statt System oder ShellExecute &amp; Co würde ich da lieber die dedizierten Funktionen aus der WinAPI benutzen. &quot;dir&quot; bekommst du mit FindFirstFile/FindNextFile hin, siehe SuFu und FAQ des WinAPI-Forums.</p>
</blockquote>
<p>Ja dir ist ja jetzt nur ein beispiel sprich ich möchte die cmd unter Windows bediehnen können ohne das cmd Fenster zu öffnen! Die Befehle ausführen geht ja aber ich brauche auch die Rückgabe!</p>
<p>MFG ReduX</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359401</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359401</guid><dc:creator><![CDATA[ReduX]]></dc:creator><pubDate>Wed, 05 Sep 2007 12:55:24 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 13:10:12 GMT]]></title><description><![CDATA[<p>ReduX schrieb:</p>
<blockquote>
<p>mmm schrieb:</p>
<blockquote>
<p>ich glaube/hoffe, dass er nicht das Ergebnis von &quot;dir&quot; will.</p>
</blockquote>
<p>Doch das möchte ich!</p>
<p>...</p>
<p>Ja dir ist ja jetzt nur ein beispiel sprich ich möchte die cmd unter Windows bediehnen können ohne das cmd Fenster zu öffnen! Die Befehle ausführen geht ja aber ich brauche auch die Rückgabe!</p>
</blockquote>
<p>Also willst du doch nicht das Ergebnis von &quot;dir&quot;, sondern die Konsolenausgabe. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359414</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359414</guid><dc:creator><![CDATA[mmm]]></dc:creator><pubDate>Wed, 05 Sep 2007 13:10:12 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Wed, 05 Sep 2007 14:19:38 GMT]]></title><description><![CDATA[<p>mmm schrieb:</p>
<blockquote>
<p>ReduX schrieb:</p>
<blockquote>
<p>mmm schrieb:</p>
<blockquote>
<p>ich glaube/hoffe, dass er nicht das Ergebnis von &quot;dir&quot; will.</p>
</blockquote>
<p>Doch das möchte ich!</p>
<p>...</p>
<p>Ja dir ist ja jetzt nur ein beispiel sprich ich möchte die cmd unter Windows bediehnen können ohne das cmd Fenster zu öffnen! Die Befehle ausführen geht ja aber ich brauche auch die Rückgabe!</p>
</blockquote>
<p>Also willst du doch nicht das Ergebnis von &quot;dir&quot;, sondern die Konsolenausgabe. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
</blockquote>
<p>Das Ergebniss von dir ist ja ne Konsolenausgabe!<br />
Weil dir Gibt ja die Namen der Dateien/Verzeichniss in der Konsole aus <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food"
      title=":yum:"
      alt="😋"
    /></p>
<p>MFG ReduX</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359498</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359498</guid><dc:creator><![CDATA[ReduX]]></dc:creator><pubDate>Wed, 05 Sep 2007 14:19:38 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Thu, 06 Sep 2007 09:09:23 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-403.html" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-4.html" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" 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/1360018</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360018</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 06 Sep 2007 09:09:23 GMT</pubDate></item><item><title><![CDATA[Reply to Shell rückgabe! on Thu, 06 Sep 2007 14:58:09 GMT]]></title><description><![CDATA[<p>dir &gt; Temp.txt</p>
<p>Die Datei Temp.txt wieder einlesen und du hast deine Ausgabe <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1360312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1360312</guid><dc:creator><![CDATA[dasdajdajsd]]></dc:creator><pubDate>Thu, 06 Sep 2007 14:58:09 GMT</pubDate></item></channel></rss>