<?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[exe mit Parametern per ShellExecute aufrufen]]></title><description><![CDATA[<p>Hallo, ich möchte ein programm machen mit dem man sich auf knopfdruck bei steam anmeldet. In einem anderen Forum habe ich erfahren das man dafür den parameter</p>
<pre><code>-login username password
</code></pre>
<p>braucht<br />
Aber irgendwie krieg ich das nicht hin. Wenn ich folgenes mache passiert gar nichts.</p>
<pre><code class="language-cpp">String link=&quot;'steam.exe' -login username password&quot;;
ShellExecute(0, &quot;open&quot;, link.c_str(),0, 0, SW_SHOWNORMAL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/167494/exe-mit-parametern-per-shellexecute-aufrufen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 04:47:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/167494.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Dec 2006 18:35:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to exe mit Parametern per ShellExecute aufrufen on Mon, 11 Dec 2006 18:35:12 GMT]]></title><description><![CDATA[<p>Hallo, ich möchte ein programm machen mit dem man sich auf knopfdruck bei steam anmeldet. In einem anderen Forum habe ich erfahren das man dafür den parameter</p>
<pre><code>-login username password
</code></pre>
<p>braucht<br />
Aber irgendwie krieg ich das nicht hin. Wenn ich folgenes mache passiert gar nichts.</p>
<pre><code class="language-cpp">String link=&quot;'steam.exe' -login username password&quot;;
ShellExecute(0, &quot;open&quot;, link.c_str(),0, 0, SW_SHOWNORMAL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1190300</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190300</guid><dc:creator><![CDATA[Help12345]]></dc:creator><pubDate>Mon, 11 Dec 2006 18:35:12 GMT</pubDate></item><item><title><![CDATA[Reply to exe mit Parametern per ShellExecute aufrufen on Mon, 11 Dec 2006 18:44:25 GMT]]></title><description><![CDATA[<p>Schau Dir <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp" rel="nofollow">das</a> mal genau an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1190305</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190305</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Mon, 11 Dec 2006 18:44:25 GMT</pubDate></item><item><title><![CDATA[Reply to exe mit Parametern per ShellExecute aufrufen on Tue, 12 Dec 2006 07:37:35 GMT]]></title><description><![CDATA[<p>Dazu gibts doch noch was aus der <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39256.html" rel="nofollow">FAQ</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1190380</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190380</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 12 Dec 2006 07:37:35 GMT</pubDate></item></channel></rss>