<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kusno.mudiarto &#187; ruby</title>
	<atom:link href="http://kusno.mudiarto.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://kusno.mudiarto.com</link>
	<description>A journey of a thousand miles begin with opening your door.</description>
	<lastBuildDate>Wed, 25 Aug 2010 23:47:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>running ruby script as batch file in windows</title>
		<link>http://kusno.mudiarto.com/2008/03/running-ruby-script-as-batch-file-in-windows/</link>
		<comments>http://kusno.mudiarto.com/2008/03/running-ruby-script-as-batch-file-in-windows/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 21:01:22 +0000</pubDate>
		<dc:creator>kusno mudiarto</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://kusno.mudiarto.com/2008/03/running-ruby-script-as-batch-file-in-windows/</guid>
		<description><![CDATA[a little snippet to be put on top of your ruby file so it can run as batch file. @rem =&#62; batch @ruby %~f0 %* @goto :eof batch # your ruby script here Blogged with Flock Tags: ruby]]></description>
			<content:encoded><![CDATA[<p>a little snippet to be put on top of your ruby file so it can run as batch file.</p>
<pre>
@rem =&gt; batch
@ruby %~f0 %*
@goto :eof
batch
# your ruby script here
</pre>
<p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/ruby" rel="tag">ruby</a></p>
<p><!-- technorati tags end --></p>]]></content:encoded>
			<wfw:commentRss>http://kusno.mudiarto.com/2008/03/running-ruby-script-as-batch-file-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
