<?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>Sun, 26 Jun 2011 10:46:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>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>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>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>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>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>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by rjay</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1371</link>
		<dc:creator>rjay</dc:creator>
		<pubDate>Wed, 13 May 2009 03:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1371</guid>
		<description>thanks, this solved my problem to generate a unique filename for oracle DB export script that runs daily..</description>
		<content:encoded><![CDATA[<p>thanks, this solved my problem to generate a unique filename for oracle DB export script that runs daily..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on POSIX Regular Expressions in PHP by POSIX Regular Expressions in PHP &#124; ineedtutorials.com</title>
		<link>http://www.alphapatrol.com/blog/75/posix-regular-expressions-in-php.html/comment-page-1#comment-1370</link>
		<dc:creator>POSIX Regular Expressions in PHP &#124; ineedtutorials.com</dc:creator>
		<pubDate>Mon, 11 May 2009 18:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/?p=75#comment-1370</guid>
		<description>[...] Link: POSIX Regular Expressions in PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: POSIX Regular Expressions in PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Date and Time in Windows Batch Files by Darren</title>
		<link>http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html/comment-page-1#comment-1369</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 21 Apr 2009 11:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/64/date-and-time-in-windows-batch-files.html#comment-1369</guid>
		<description>Thanks, sorted out my problem too.</description>
		<content:encoded><![CDATA[<p>Thanks, sorted out my problem too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and Excel by Kasya</title>
		<link>http://www.alphapatrol.com/blog/65/php-and-excel.html/comment-page-1#comment-1360</link>
		<dc:creator>Kasya</dc:creator>
		<pubDate>Sat, 28 Feb 2009 17:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/?p=65#comment-1360</guid>
		<description>Hello,
How can i import excel document with unicode characters. It shows &#039;?&#039; when i want to output &#601; (&amp; #601;)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
How can i import excel document with unicode characters. It shows &#8216;?&#8217; when i want to output &#601; (&amp; #601;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and Excel by Earl</title>
		<link>http://www.alphapatrol.com/blog/65/php-and-excel.html/comment-page-1#comment-1331</link>
		<dc:creator>Earl</dc:creator>
		<pubDate>Wed, 11 Feb 2009 00:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphapatrol.com/blog/?p=65#comment-1331</guid>
		<description>why is that i have errors on line 5 7 8 9 Warning: fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\test\xls-mysql\Untitled-11.php</description>
		<content:encoded><![CDATA[<p>why is that i have errors on line 5 7 8 9 Warning: fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\test\xls-mysql\Untitled-11.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

