<?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>Flav36rs &#187; symlink</title>
	<atom:link href="http://flav36rs.com/tag/symlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://flav36rs.com</link>
	<description>Just another technical blog</description>
	<lastBuildDate>Mon, 12 Sep 2011 16:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Creating Symbolic Links in Windows</title>
		<link>http://flav36rs.com/2008/06/21/creating-symbolic-links-in-windows/</link>
		<comments>http://flav36rs.com/2008/06/21/creating-symbolic-links-in-windows/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 13:01:25 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://sha.re.it/?p=20</guid>
		<description><![CDATA[Until recently I assumed that creating Symbolic links in Windows was an impossibility. That was however before I stumbled across an interesting VerySimple Dev Blog announcement describing the creation process. To create a symbolic link in Windows Vista, at the &#8230; <a href="http://flav36rs.com/2008/06/21/creating-symbolic-links-in-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 0 0 0 10px; float: right;" title="windows-cmd-prompt" src="http://36flavours.com/blog/wp-content/uploads/2008/06/windows-cmd-prompt.gif" alt="" width="98" height="98" /></p>
<p>Until recently I assumed that creating Symbolic links in Windows was an impossibility.</p>
<p>That was however before I stumbled across an interesting VerySimple <a title="Create Symbolic Links in Windows XP and Vista" href="http://www.verysimple.com/blog/2008/06/02/create-symbolic-links-in-windows-xp-and-vista/" target="_blank">Dev Blog</a> announcement describing the creation process.</p>
<p>To create a symbolic link in Windows Vista, at the command prompt, enter the following command:</p>
<pre lang="text">mklink /d symlink_filename target_filename</pre>
<p>(If you are linking an entire directory you must include the /d switch, otherwise this should be omitted.)</p>
<p>Use Windows Explorer to navigate to the directory in which you have just created the symlink, the file should be visible as if this were it&#8217;s permanent location. If you wish to remove or rename the link simply perform this action on the file or folder from this location.</p>
<p>One thing to remember is that you must create any link as administrator.  If you do not run the command as Administrator, you may receive the following error:</p>
<blockquote><p>You do not have sufficient privilege to perform this operation</p></blockquote>
<p>To run the command prompt as administrator, right click the command prompt icon and click &#8220;Run as administrator&#8221;.</p>
<p>You may be further prompted with security messages asking for your permission before performing this action, depending on your current setting of the Windows User Account Control (UAC).</p>
]]></content:encoded>
			<wfw:commentRss>http://flav36rs.com/2008/06/21/creating-symbolic-links-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

