<?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/"
	>

<channel>
	<title>Sean Blanton &#187; Windows</title>
	<atom:link href="http://openmakesoftware.com/blogs/seanblanton/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://openmakesoftware.com/blogs/seanblanton</link>
	<description>Agile Build, CI and Testing Automation</description>
	<lastBuildDate>Mon, 16 Nov 2009 17:19:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Git Participation</title>
		<link>http://openmakesoftware.com/blogs/seanblanton/2008/10/13/windows-git-participation/</link>
		<comments>http://openmakesoftware.com/blogs/seanblanton/2008/10/13/windows-git-participation/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 19:52:30 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenMake]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://openmakesoftware.com/mavericks/2008/10/13/windows-git-participation/</guid>
		<description><![CDATA[I&#8217;d like to see more users on Git and to do that it needs to have a robust Windows client like TortoiseCVS and TortoiseSVN. It turns out there is such a client, called Cheetah.
There is a UNIX-like runtime environment on Windows called MinGW and a minimum install set called msys. When you download Git to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to see more users on Git and to do that it needs to have a robust Windows client like TortoiseCVS and TortoiseSVN. It turns out there is such a client, called Cheetah.</p>
<p>There is a UNIX-like runtime environment on Windows called <a href="http://www.mingw.org">MinGW</a> and a minimum install set called msys. When you download Git to a Windows machine it includes msys and all the awesome *NIX commands and filters I can&#8217;t live without.The corresponding project page for Git running with msys is here: <a href="http://code.google.com/p/msysgit/">Git on Google Code</a>.</p>
<p>In order to promote Git, I joined the <a href="http://groups.google.com/group/msysgit">msysGit Google group</a> and offered my help to Johannes Schindelin. It looks like they might need some help managing requirements and bug tracking.</p>
<p>Also, weird karma &#8211; my first job after college was a summer job at the<a href="http://www.mpg.de/english/portal/index.html">Max Planck Institutes</a> and Johannes is there now.</p>
<img src="http://openmakesoftware.com/blogs/seanblanton/wp-content/plugins/pixelstats/trackingpixel.php?post_id=75&amp;ts=1283860327" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://openmakesoftware.com/blogs/seanblanton/2008/10/13/windows-git-participation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verify or Map a Drive in One Command</title>
		<link>http://openmakesoftware.com/blogs/seanblanton/2008/10/09/verify-or-map-a-drive-in-one-command/</link>
		<comments>http://openmakesoftware.com/blogs/seanblanton/2008/10/09/verify-or-map-a-drive-in-one-command/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 21:55:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Meister]]></category>
		<category><![CDATA[Mojo]]></category>
		<category><![CDATA[OpenMake]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://openmakesoftware.com/mavericks/2008/10/09/verify-or-map-a-drive-in-one-command/</guid>
		<description><![CDATA[In order to verify that a drive is mapped on Windows, and if not, map it, and then have the command complete with a successful return code, use this command:
dir O: &#62; nul &#124;&#124; net use O: \\computer\myshare
It should only return a fail code when it is unable to map a drive. I&#8217;m using this [...]]]></description>
			<content:encoded><![CDATA[<p>In order to verify that a drive is mapped on Windows, and if not, map it, and then have the command complete with a successful return code, use this command:<br />
<blockquote>dir O: &gt; nul || net use O: \\computer\myshare</p></blockquote>
<p>It should only return a fail code when it is unable to map a drive. I&#8217;m using this in one of my Mojo workflow activities&#8230;</p>
<img src="http://openmakesoftware.com/blogs/seanblanton/wp-content/plugins/pixelstats/trackingpixel.php?post_id=70&amp;ts=1283860327" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://openmakesoftware.com/blogs/seanblanton/2008/10/09/verify-or-map-a-drive-in-one-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
