<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/dos/tags/junction</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 13:36:16 GMT</pubDate>
<item>
<title>(DOS Batch) Create symbolic link in Vista - hoffstein</title>
<link>http://snipplr.com/view/9512/create-symbolic-link-in-vista/</link>
<description><![CDATA[ <p>The mklink command is used to create a symbolic link. It has the following command line syntax:

    mklink [[/D] | [/H] | [/J]] link target

* /D – Creates a directory symbolic link. Default is a file symbolic link.
* /H – Creates a hard link instead of a symbolic link.
* /J – Creates a Directory Junction.
* link – Specifies the new symbolic link name.
* target – Specifies the path (relative or absolute) that the new link refers to.</p> ]]></description>
<pubDate>Wed, 05 Nov 2008 22:58:19 GMT</pubDate>
<guid>http://snipplr.com/view/9512/create-symbolic-link-in-vista/</guid>
</item>
</channel>
</rss>