<?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: Time &amp; Date stamp for batch files</title>
	<atom:link href="http://eric.chromick.com/batch-file/time-date-stamp-for-batch-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.chromick.com/batch-file/time-date-stamp-for-batch-files/</link>
	<description>Mostly geek, but then I&#039;m easily distracted</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:29:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://eric.chromick.com/batch-file/time-date-stamp-for-batch-files/comment-page-1/#comment-11</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://chromick.com/eric/?p=6#comment-11</guid>
		<description>@d_m_g_3 Thanks for testing &amp; pointing this out! I&#039;m in the US &amp; using English (United States) as my region, but taking a quick glance at a few different formats in the Regional Settings, I can see where my script could easily fail.

I&#039;ll update the post to point out that it&#039;s based on US regional settings.

Eric</description>
		<content:encoded><![CDATA[<p>@d_m_g_3 Thanks for testing &#038; pointing this out! I&#8217;m in the US &#038; using English (United States) as my region, but taking a quick glance at a few different formats in the Regional Settings, I can see where my script could easily fail.</p>
<p>I&#8217;ll update the post to point out that it&#8217;s based on US regional settings.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d_m_g_3</title>
		<link>http://eric.chromick.com/batch-file/time-date-stamp-for-batch-files/comment-page-1/#comment-12</link>
		<dc:creator>d_m_g_3</dc:creator>
		<pubDate>Wed, 08 Apr 2009 14:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://chromick.com/eric/?p=6#comment-12</guid>
		<description>For my region (United Kingdom), the following works

SET TimeStamp=
for /f &quot;tokens=1-3 delims=/&quot; %%a in (&#039;echo %date%&#039;) do SET DATESTR=%%c%%b%%a
for /f &quot;tokens=1-4 delims=:.&quot; %%a in (&#039;echo %time%&#039;) do SET TIMESTR=%%a%%b%%c%%d
SET TimeStamp=%datestr%%timestr%</description>
		<content:encoded><![CDATA[<p>For my region (United Kingdom), the following works</p>
<p>SET TimeStamp=<br />
for /f &#8220;tokens=1-3 delims=/&#8221; %%a in (&#8217;echo %date%&#8217;) do SET DATESTR=%%c%%b%%a<br />
for /f &#8220;tokens=1-4 delims=:.&#8221; %%a in (&#8217;echo %time%&#8217;) do SET TIMESTR=%%a%%b%%c%%d<br />
SET TimeStamp=%datestr%%timestr%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d_m_g_3</title>
		<link>http://eric.chromick.com/batch-file/time-date-stamp-for-batch-files/comment-page-1/#comment-10</link>
		<dc:creator>d_m_g_3</dc:creator>
		<pubDate>Wed, 08 Apr 2009 14:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://chromick.com/eric/?p=6#comment-10</guid>
		<description>Not on my system (Windows XP ENU)

TimeStamp=04200915113962

The current date time is 08 April 2009 15:11


I think maybe your solution only works for your Regional Settings?</description>
		<content:encoded><![CDATA[<p>Not on my system (Windows XP ENU)</p>
<p>TimeStamp=04200915113962</p>
<p>The current date time is 08 April 2009 15:11</p>
<p>I think maybe your solution only works for your Regional Settings?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
