<?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>the kiZZ notes &#187; windows sysmlink</title>
	<atom:link href="http://kizzx2.com/blog/index.php/tag/windows-sysmlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://kizzx2.com/blog</link>
	<description>random stupid ideas from a narcissistic chode</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:25:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>symlinks on windows &#8211; sysinternals&#8217; junctions</title>
		<link>http://kizzx2.com/blog/index.php/2008/02/01/symlinks-on-windows-sysinternals-junctions/</link>
		<comments>http://kizzx2.com/blog/index.php/2008/02/01/symlinks-on-windows-sysinternals-junctions/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 04:37:41 +0000</pubDate>
		<dc:creator>kiZZ kiZZ</dc:creator>
				<category><![CDATA[anything]]></category>
		<category><![CDATA[junctions]]></category>
		<category><![CDATA[sysinternals]]></category>
		<category><![CDATA[windows sysmlink]]></category>

		<guid isPermaLink="false">http://kizzx2.com/wordpress/?p=25</guid>
		<description><![CDATA[Update: This is now obsolete since Windows Vista/7 includes the mklink utility. Usage of this utility can be found below I found out about this neat utility, junctions from sysinternals, that can create symlinks on Windows. In Windows they are called junctions, which unfortunately only work on directories. But that is still better than making [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update: This is now obsolete since Windows Vista/7 includes the <code>mklink</code> utility. Usage of this utility can be found below</em></p>

<p>I found out about this neat utility, <a href="http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx">junctions from sysinternals</a>, that can create <strong>symlinks</strong> on Windows. In Windows they are called <strong>junctions</strong>, which unfortunately only work on directories. But that is still better than making shortcuts (as cygwin&#8217;s <strong>ln -s</strong> implementation currently does).</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ ln -s [target] [link]<br />
&gt; junction [link] [target]<br />
<br />
&gt; rem The new mklink utility built into Windows Vista/7<br />
&gt; mklink /d [link] [target]</div></td></tr></tbody></table></div>

<p>One great thing about this utility is its compactness. Packed in <em>less than 100kb</em> it can be installed by just copying it over to a directory in <em>PATH</em>, which is a quantum leap of convenience over the clumsiness that prevented me from using Microsoft&#8217;s official <strong>linkd</strong> that just has to come bundled with the heavy <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en">Windows Server 2003 Resource Kit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kizzx2.com/blog/index.php/2008/02/01/symlinks-on-windows-sysinternals-junctions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

