<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get Command Line Arguments in a Windows Forms Application</title>
	<atom:link href="http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 08:50:03 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arnab</title>
		<link>http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/comment-page-1/#comment-73980</link>
		<dc:creator>Arnab</dc:creator>
		<pubDate>Sun, 05 Jul 2009 02:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/#comment-73980</guid>
		<description>Great! I was just looking for it.</description>
		<content:encoded><![CDATA[<p>Great! I was just looking for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suirik</title>
		<link>http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/comment-page-1/#comment-70021</link>
		<dc:creator>Suirik</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/#comment-70021</guid>
		<description>thank you !!!!</description>
		<content:encoded><![CDATA[<p>thank you !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horacio</title>
		<link>http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/comment-page-1/#comment-50050</link>
		<dc:creator>Horacio</dc:creator>
		<pubDate>Sun, 18 May 2008 22:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/#comment-50050</guid>
		<description>Hey there! I`m struggling to get this work, but I`m getting constantly the path of the app (C:\User Profiles\Marisa\Escritorio\hachito\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.exe) instead of the parameter. I copy the .exe from the debug directory and then from the command line try to invoke the .exe with WindowsApplication1 (&quot;hello world&quot;), WindowsApplication1 &quot;hello world&quot;, WindowsApplication1(hello world), etc and it doesnt work... any clue? thanks for your time!!</description>
		<content:encoded><![CDATA[<p>Hey there! I`m struggling to get this work, but I`m getting constantly the path of the app (C:\User Profiles\Marisa\Escritorio\hachito\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.exe) instead of the parameter. I copy the .exe from the debug directory and then from the command line try to invoke the .exe with WindowsApplication1 (&#8221;hello world&#8221;), WindowsApplication1 &#8220;hello world&#8221;, WindowsApplication1(hello world), etc and it doesnt work&#8230; any clue? thanks for your time!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sorin</title>
		<link>http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/comment-page-1/#comment-41909</link>
		<dc:creator>Sorin</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/#comment-41909</guid>
		<description>You might prefer to use args[] string added to main, otherwise using Environment you will get the parameter with the path to the executable.</description>
		<content:encoded><![CDATA[<p>You might prefer to use args[] string added to main, otherwise using Environment you will get the parameter with the path to the executable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mg</title>
		<link>http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/comment-page-1/#comment-28514</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Thu, 06 Dec 2007 06:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/get-command-line-arguments-in-a-windows-forms-application/#comment-28514</guid>
		<description>or you can just add string[] args to the main in your windows forms app. its all the same main() whether its console or winforms</description>
		<content:encoded><![CDATA[<p>or you can just add string[] args to the main in your windows forms app. its all the same main() whether its console or winforms</p>
]]></content:encoded>
	</item>
</channel>
</rss>
