<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Code and more &#187; computers</title>
	<atom:link href="http://blog.confoundedmonkey.com/category/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.confoundedmonkey.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 18 Sep 2009 18:38:54 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.confoundedmonkey.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/900db25164de7ef33aef6b1b0cffcaca?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Code and more &#187; computers</title>
		<link>http://blog.confoundedmonkey.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.confoundedmonkey.com/osd.xml" title="Code and more" />
	<atom:link rel='hub' href='http://blog.confoundedmonkey.com/?pushpress=hub'/>
		<item>
		<title>date /t quit working&#8230;</title>
		<link>http://blog.confoundedmonkey.com/2009/08/25/date-t-quit-working/</link>
		<comments>http://blog.confoundedmonkey.com/2009/08/25/date-t-quit-working/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:40:01 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[batch file]]></category>

		<guid isPermaLink="false">http://matthewp75.wordpress.com/?p=14</guid>
		<description><![CDATA[At work, I use a simple batch file to build the latest version of the database. Well, I could never run said batch file on my Windows 2003 Server install &#8211; it would fail saying that &#8220;&#8216;date /t&#8217; is not recognized as an internal or external command, operable program or batch file.&#8221; This file worked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.confoundedmonkey.com&blog=1103402&post=14&subd=matthewp75&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>At work, I use a simple batch file to build the latest version of the database.  Well, I could never run said batch file on my Windows 2003 Server install &#8211; it would fail saying that &#8220;&#8216;date /t&#8217; is not recognized as an internal or external command, operable program or batch file.&#8221;  This file worked great for everybody else, including one of the other developers who was also running Win2k3.  Totally frustrated by this problem, I wrote a copy of the batch file (since it&#8217;s under source control) for my own usage that built up the parameters manually instead of using the date command.  However, this copy requires constant hand holding and updating to work&#8230;  so, I dug around a while on Google.  I couldn&#8217;t find anything specific, so I remoted into another Win2k3 machine and started a stare-and-compare session.  I noticed that my &#8220;ComSpec&#8221; environment variable was different.. hmm.  Here&#8217;s what I had:<br />
<span style="font-family:Courier New;">ComSpec=%SystemRoot%\system32\cmd.exe /k cd \ &amp;&amp; title CMD</span></p>
<p>I updated it to:<br />
<span style="font-family:Courier New;">ComSpec=%SystemRoot%\system32\cmd.exe</span></p>
<p>No more problems!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/matthewp75.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/matthewp75.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/matthewp75.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/matthewp75.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/matthewp75.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/matthewp75.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/matthewp75.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/matthewp75.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/matthewp75.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/matthewp75.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.confoundedmonkey.com&blog=1103402&post=14&subd=matthewp75&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.confoundedmonkey.com/2009/08/25/date-t-quit-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44750132ece7d48d3216e12f460a79c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">matthewp75</media:title>
		</media:content>
	</item>
	</channel>
</rss>