<?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: Read properties file using Batch</title>
	<atom:link href="http://www.arulraj.net/2010/03/read-properties-file-using-batch.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html</link>
	<description>Just want share my past experience, experiments and my mistakes in java, linux and opensource tools....</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:43:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shiva</title>
		<link>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html/comment-page-1#comment-3722</link>
		<dc:creator>shiva</dc:creator>
		<pubDate>Wed, 02 Nov 2011 13:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.arulraj.net/?p=165#comment-3722</guid>
		<description>This is not working in windows7</description>
		<content:encoded><![CDATA[<p>This is not working in windows7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lohithac</title>
		<link>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html/comment-page-1#comment-3561</link>
		<dc:creator>lohithac</dc:creator>
		<pubDate>Thu, 23 Jun 2011 11:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.arulraj.net/?p=165#comment-3561</guid>
		<description>Thanks man, this worked like a charm! :)</description>
		<content:encoded><![CDATA[<p>Thanks man, this worked like a charm! <img src='http://arulraj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html/comment-page-1#comment-3452</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Thu, 03 Feb 2011 11:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.arulraj.net/?p=165#comment-3452</guid>
		<description>I am trying to retrieve username and password from a properties file. But it is not working :(
@echo off
set var=0
FOR /F &quot;tokens=2 delims==&quot; %%H IN (properties.txt) DO (
if var==0 set %userid%=%%H
if var==1 set %pwd%=%%H
set /A var=var+1
)</description>
		<content:encoded><![CDATA[<p>I am trying to retrieve username and password from a properties file. But it is not working <img src='http://arulraj.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
@echo off<br />
set var=0<br />
FOR /F &#8220;tokens=2 delims==&#8221; %%H IN (properties.txt) DO (<br />
if var==0 set %userid%=%%H<br />
if var==1 set %pwd%=%%H<br />
set /A var=var+1<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techmaddy</title>
		<link>http://www.arulraj.net/2010/03/read-properties-file-using-batch.html/comment-page-1#comment-3326</link>
		<dc:creator>techmaddy</dc:creator>
		<pubDate>Tue, 22 Jun 2010 12:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.arulraj.net/?p=165#comment-3326</guid>
		<description>Nice one. Was handy for me. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice one. Was handy for me. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

