Y
Yousuf Khan
NTFS symbolic link - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/NTFS_symbolic_link
For those of you familiar with Unix/Linux this is exactly the same thing
as the "ln" command in those operating systems, which creates hard and
soft symbolic links. Mklink is POSIX-compliant too.
For those you not familiar with that Unix command, then you can consider
this to be an aliasing command for files and folders. It lets you create
an alias name for any files or folders without actually having to make a
new copy of those files or folders. This is different than the familiar
Windows shortcuts, as shortcuts are not transparent to applications.
This means that you can access a file inside an application with its
original name, or its alias name, and the program will not be aware of a
difference. If you tried this with the old Shortcuts, the program would
need to know that it's a shortcut, and then it would need to read inside
the shortcut to find the original file. A symbolic link on the other
hand is just another entry in the file system for the same file.
This command is only available in Vista and Win7, it wasn't available in
XP. There might be a separate command available in XP though.
There is also a GUI available for this, if you don't want to mess with
the command line, called symlinker. It's just a frontend for the mklink
command.
symlinker - Symbolic Link Creator. GUI for mklink, Microsoft Windows
symlink utility - Google Project Hosting
http://code.google.com/p/symlinker/
Yousuf Khan
http://en.wikipedia.org/wiki/NTFS_symbolic_link
For those of you familiar with Unix/Linux this is exactly the same thing
as the "ln" command in those operating systems, which creates hard and
soft symbolic links. Mklink is POSIX-compliant too.
For those you not familiar with that Unix command, then you can consider
this to be an aliasing command for files and folders. It lets you create
an alias name for any files or folders without actually having to make a
new copy of those files or folders. This is different than the familiar
Windows shortcuts, as shortcuts are not transparent to applications.
This means that you can access a file inside an application with its
original name, or its alias name, and the program will not be aware of a
difference. If you tried this with the old Shortcuts, the program would
need to know that it's a shortcut, and then it would need to read inside
the shortcut to find the original file. A symbolic link on the other
hand is just another entry in the file system for the same file.
This command is only available in Vista and Win7, it wasn't available in
XP. There might be a separate command available in XP though.
There is also a GUI available for this, if you don't want to mess with
the command line, called symlinker. It's just a frontend for the mklink
command.
symlinker - Symbolic Link Creator. GUI for mklink, Microsoft Windows
symlink utility - Google Project Hosting
http://code.google.com/p/symlinker/
Yousuf Khan