<?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()]]></title><description><![CDATA[<p>Hi</p>
<p>system(&quot;\&quot;C:\Dokumente und Einstellungen\Besitzer\Desktop\Neuer Ordner\\&quot; rd /S \&quot;Neuer Ordner\&quot;&quot;);</p>
<p>Ich würde gerne ein Verzeichnis löschen, jedoch nimmt cmd die &quot; nicht auf! wie bekomme ich das zum laufen?</p>
<p>Lg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/110804/system</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 00:31:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/110804.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 May 2005 19:13:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to system() on Tue, 24 May 2005 19:13:22 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>system(&quot;\&quot;C:\Dokumente und Einstellungen\Besitzer\Desktop\Neuer Ordner\\&quot; rd /S \&quot;Neuer Ordner\&quot;&quot;);</p>
<p>Ich würde gerne ein Verzeichnis löschen, jedoch nimmt cmd die &quot; nicht auf! wie bekomme ich das zum laufen?</p>
<p>Lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/795299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/795299</guid><dc:creator><![CDATA[*JoE*]]></dc:creator><pubDate>Tue, 24 May 2005 19:13:22 GMT</pubDate></item><item><title><![CDATA[Reply to system() on Tue, 24 May 2005 19:31:41 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">system(&quot;\&quot;C:\Dokumente und Einstellungen\Besitzer\Desktop\Neuer Ordner\\&quot; rd /S \&quot;Neuer Ordner\&quot;&quot;);
</code></pre>
<p>so vielleicht</p>
<p>oder<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shfileoperation.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shfileoperation.asp</a><br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/structures/shfileopstruct.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/structures/shfileopstruct.asp</a></p>
<p>wenn es leer ist<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/removedirectory.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/removedirectory.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/795312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/795312</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Tue, 24 May 2005 19:31:41 GMT</pubDate></item><item><title><![CDATA[Reply to system() on Tue, 24 May 2005 20:33:38 GMT]]></title><description><![CDATA[<p>wie gesagt cmd nimmt die &quot; nicht auf -&gt;</p>
<p>Der Befehl &quot;C:Dokumente&quot; ist entweder falsch geschrieben oder<br />
konnte nicht gefunden werden.</p>
<p>shfileoperation<br />
shfileopstruct</p>
<p>ist mir zu aufwendig</p>
<p>Lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/795351</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/795351</guid><dc:creator><![CDATA[*JoE*]]></dc:creator><pubDate>Tue, 24 May 2005 20:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to system() on Tue, 24 May 2005 21:08:13 GMT]]></title><description><![CDATA[<p>Du musst \ auf jeden Fall escapen, also \\ <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/795383</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/795383</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Tue, 24 May 2005 21:08:13 GMT</pubDate></item></channel></rss>