<?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 for AlphaPatrol</title>
	<atom:link href="http://www.alphapatrol.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alphapatrol.com/blog</link>
	<description>Blog about programming, networking and IT security.</description>
	<lastBuildDate>Fri, 01 Jun 2012 08:54:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Jimbob</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1410</link>
		<dc:creator>Jimbob</dc:creator>
		<pubDate>Fri, 01 Jun 2012 08:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1410</guid>
		<description><![CDATA[Awesome! Thanks for the quick results and solution ;)]]></description>
		<content:encoded><![CDATA[<p>Awesome! Thanks for the quick results and solution <img src='http://www.alphapatrol.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by mdlueck</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1398</link>
		<dc:creator>mdlueck</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1398</guid>
		<description><![CDATA[Bravo! Finally a Rx which works in NT Batch, and consists of only 1 LOC! :-)]]></description>
		<content:encoded><![CDATA[<p>Bravo! Finally a Rx which works in NT Batch, and consists of only 1 LOC! <img src='http://www.alphapatrol.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by dorothy</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1394</link>
		<dc:creator>dorothy</dc:creator>
		<pubDate>Thu, 15 Sep 2011 17:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1394</guid>
		<description><![CDATA[Excellent. Best explanation of date and time syntax.]]></description>
		<content:encoded><![CDATA[<p>Excellent. Best explanation of date and time syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Mou</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1393</link>
		<dc:creator>Mou</dc:creator>
		<pubDate>Thu, 01 Sep 2011 10:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1393</guid>
		<description><![CDATA[How to get the date of yesterday by using similar code?]]></description>
		<content:encoded><![CDATA[<p>How to get the date of yesterday by using similar code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Matt</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1391</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 20 Jul 2011 20:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1391</guid>
		<description><![CDATA[Thanks a million, this is exactly what I needed!]]></description>
		<content:encoded><![CDATA[<p>Thanks a million, this is exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Petr 'PePa' Pavel</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1390</link>
		<dc:creator>Petr 'PePa' Pavel</dc:creator>
		<pubDate>Sun, 26 Jun 2011 10:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1390</guid>
		<description><![CDATA[I can&#039;t thank you enough.

One thing puzzles me. I&#039;m running Czech Windows XP SP3 and the positions numbering seems to be shifted by one in my case:

Your code:
C:\&gt;echo %date%
ne 26.06.2011

Your code:
C:\&gt;echo %date:~10,4%%date:~7,2%%date:~4,2%-name.log
0116.6.-name.log

My corrected code:
C:\&gt;echo %date:~9,4%%date:~6,2%%date:~3,2%-name.log
20110626-name.log]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t thank you enough.</p>
<p>One thing puzzles me. I&#8217;m running Czech Windows XP SP3 and the positions numbering seems to be shifted by one in my case:</p>
<p>Your code:<br />
C:\&gt;echo %date%<br />
ne 26.06.2011</p>
<p>Your code:<br />
C:\&gt;echo %date:~10,4%%date:~7,2%%date:~4,2%-name.log<br />
0116.6.-name.log</p>
<p>My corrected code:<br />
C:\&gt;echo %date:~9,4%%date:~6,2%%date:~3,2%-name.log<br />
20110626-name.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Darlene</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1381</link>
		<dc:creator>Darlene</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1381</guid>
		<description><![CDATA[Thanks for explaining the syntax. Many of the other websites just gave the syntax and I couldn&#039;t figure out how to change it to meet my needs.]]></description>
		<content:encoded><![CDATA[<p>Thanks for explaining the syntax. Many of the other websites just gave the syntax and I couldn&#8217;t figure out how to change it to meet my needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Cheryl</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1380</link>
		<dc:creator>Cheryl</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1380</guid>
		<description><![CDATA[Thanks so much, this was a huge help!]]></description>
		<content:encoded><![CDATA[<p>Thanks so much, this was a huge help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by George</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1379</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1379</guid>
		<description><![CDATA[Thanks a lot, that&#039;s the easiest way that I&#039;ve found to implement this

Thanks, thanks, thanks! :)]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot, that&#8217;s the easiest way that I&#8217;ve found to implement this</p>
<p>Thanks, thanks, thanks! <img src='http://www.alphapatrol.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Fernando</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1378</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1378</guid>
		<description><![CDATA[Thanks a lot. Searched a lot of sites trying a way to do this, your explanation was by far the easiest to implement.]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot. Searched a lot of sites trying a way to do this, your explanation was by far the easiest to implement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
