In Windows Server 2008 ist es endlich möglich symbolische Verknüpfungen, auch als Softlinks bekannt, sowie hard links mit einem einfachen, integrierten Befehl zu erzeugen. Früher war das nur mit zusätzlichen Tools etwa aus dem Server Ressource Kit möglich.

Syntax

MKLINK [[/D] | [/H] | [/J]] <Link> <Target>

Parameters

Parameter

Description

/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.