<?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[Programmaufruf mit Batch Datei und Parameterübergabe]]></title><description><![CDATA[<p>Hi<br />
Ich habe folgendes Probelm:</p>
<p>Ich habe eine Batch Datei die mein Konsolenprogramm starten soll und einen Parameter enthält. Wie kann ich auf den Parameter zugreifen?</p>
<p>Danke</p>
<p>Mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/119718/programmaufruf-mit-batch-datei-und-parameterübergabe</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 03:21:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/119718.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Sep 2005 06:03:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Programmaufruf mit Batch Datei und Parameterübergabe on Mon, 05 Sep 2005 08:42:16 GMT]]></title><description><![CDATA[<p>Hi<br />
Ich habe folgendes Probelm:</p>
<p>Ich habe eine Batch Datei die mein Konsolenprogramm starten soll und einen Parameter enthält. Wie kann ich auf den Parameter zugreifen?</p>
<p>Danke</p>
<p>Mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/865056</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/865056</guid><dc:creator><![CDATA[Nicor]]></dc:creator><pubDate>Mon, 05 Sep 2005 08:42:16 GMT</pubDate></item><item><title><![CDATA[Reply to Programmaufruf mit Batch Datei und Parameterübergabe on Mon, 05 Sep 2005 07:17:57 GMT]]></title><description><![CDATA[<p>batch-programm:</p>
<pre><code>tollesProg volkard
</code></pre>
<p>c++-programm:</p>
<pre><code class="language-cpp">int main(int argumentCount,char* argumentVector[]){
   if(argumentCount!=2){
      cout&lt;&lt;&quot;falscher aufruf!&quot;;
      return 0;
   }
   cout&lt;&lt;&quot;ich heisse &quot;&lt;&lt;argumentVector[0]&lt;&lt;&quot; und du heisst &quot;&lt;&lt;argumentVector[1]&lt;&lt;&quot;.\n&quot;;
   return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/865111</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/865111</guid><dc:creator><![CDATA[volkard]]></dc:creator><pubDate>Mon, 05 Sep 2005 07:17:57 GMT</pubDate></item></channel></rss>