<?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: Autoit Command Line Parameters.  A new approach.</title>
	<atom:link href="http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/feed/" rel="self" type="application/rss+xml" />
	<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/</link>
	<description>cat /dev/brain &#62; /var/blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:21:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-812</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 27 Oct 2011 17:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-812</guid>
		<description>Ver nice approach.  I&#039;m making it a little more universal (will populate an array of any arguments, and we can check them later, but this gave me a place to start.</description>
		<content:encoded><![CDATA[<p>Ver nice approach.  I&#8217;m making it a little more universal (will populate an array of any arguments, and we can check them later, but this gave me a place to start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-805</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Sat, 08 Oct 2011 22:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-805</guid>
		<description>Nice article. thanks</description>
		<content:encoded><![CDATA[<p>Nice article. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukalyan Das</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-330</link>
		<dc:creator>Sukalyan Das</dc:creator>
		<pubDate>Mon, 13 Sep 2010 11:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-330</guid>
		<description>Thanks for the info. I was looking for something like this.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I was looking for something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Journeaux</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-238</link>
		<dc:creator>Ian Journeaux</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-238</guid>
		<description>Just found it by happenstance as I usually just search the AutoIt forums.

It looks like this answers a question that came up today.</description>
		<content:encoded><![CDATA[<p>Just found it by happenstance as I usually just search the AutoIt forums.</p>
<p>It looks like this answers a question that came up today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Moore</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-84</link>
		<dc:creator>Terry Moore</dc:creator>
		<pubDate>Thu, 15 Apr 2010 14:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-84</guid>
		<description>I am glad that you have found this intresting and informative.  

Pat - I will look in to posting this on AutoIT forums. 


Thanks
Terry</description>
		<content:encoded><![CDATA[<p>I am glad that you have found this intresting and informative.  </p>
<p>Pat &#8211; I will look in to posting this on AutoIT forums. </p>
<p>Thanks<br />
Terry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mackaaij</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-81</link>
		<dc:creator>Patrick Mackaaij</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-81</guid>
		<description>Hi!

I was looking for a way to parse command line switches in AutoIt so I didn&#039;t have to write this all over again. This wheel must have been invented and fortunatly it has. The way you handle it makes sense to me.

So thanks for sharing!

It would be nice if AutoIt would have this functionality by default. Maybe it&#039;s a good idea to start building it as a (udf) library and help people with sanitizing as well?

If you&#039;d like, maybe a good place to start is by posting the udf at:
http://www.autoitscript.com/forum/

Best regards,

Patrick Mackaaij
http://www.eenmanierom.nl/
http://twitter.com/mackaaij/</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I was looking for a way to parse command line switches in AutoIt so I didn&#8217;t have to write this all over again. This wheel must have been invented and fortunatly it has. The way you handle it makes sense to me.</p>
<p>So thanks for sharing!</p>
<p>It would be nice if AutoIt would have this functionality by default. Maybe it&#8217;s a good idea to start building it as a (udf) library and help people with sanitizing as well?</p>
<p>If you&#8217;d like, maybe a good place to start is by posting the udf at:<br />
<a href="http://www.autoitscript.com/forum/" rel="nofollow">http://www.autoitscript.com/forum/</a></p>
<p>Best regards,</p>
<p>Patrick Mackaaij<br />
<a href="http://www.eenmanierom.nl/" rel="nofollow">http://www.eenmanierom.nl/</a><br />
<a href="http://twitter.com/mackaaij/" rel="nofollow">http://twitter.com/mackaaij/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yair</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-70</link>
		<dc:creator>yair</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-70</guid>
		<description>thanks, thats a good tip</description>
		<content:encoded><![CDATA[<p>thanks, thats a good tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crazycat</title>
		<link>http://motersho.com/blog/index.php/2009/10/20/autoit-command-line-parameters-a-new-approach/comment-page-1/#comment-50</link>
		<dc:creator>Crazycat</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://motersho.com/blog/?p=135#comment-50</guid>
		<description>Exactly what I needed! Thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I needed! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

