Vista Tip : How to create symlinks in Vista
By Ashish MohtaSymlinks or Symbolic Links are symbolic link ( also known as a soft link) consists of a special type of file that serves as a reference to another file or directory. This feature is availble finally in Windows Vista. You can create symlinks using the windows vista command line utility termed as “MKLINK”. Dont Miss New article written on Vista Tricks and Performance ( Click to read)
Syntax for Symlink in Vista
MKLINK [ /D] | [/H] | [/J] Link Target
where [] stands for optional and / is used as option
- /D - Create a directory symbolic link ( soft link ). Default is file symbolic link.
- /H - Creates a Hard link ( link to a file ) .
- /J - Creates a directory junction
- LINK - Specifies a new symbolic link name
- Target - Specifies the path that the new link will refer to.
Example of Creating a symbolic link to directory
On command prompt, first navigate to the directory you want. Then ( Here I am at C directory )
- C:\ > mklink /D mySymDir D:\MyBlogData
The above example makes all the data in “C” directory available in D:\Myblogdata. Juts make a Dir in DMyblogdata and You will see all the files of C directory. You can also read how to make data of two directory availble ito one using symlink in vista. This can help you out to see data in one folder
|
About The Author of this article: Ashish is one of the co-author of this blog and writes on various interesting softwares, PC tips and more. You can read more of his articles here. |
Enjoyed this article? Download our Toolbar ( for Free ) and read us more quickly or Free Subscribe to the Full RSS Feed or Get Post like this in your Inbox Click to get via Email ( You will have to confirm by checking you Inbox)
5 Comments and Link-Backs to “Vista Tip : How to create symlinks in Vista”
Click Me and Jump to Add your Comment :)
5 Trackbacks/Pingbacks - Other blogs referencing this article
- Pingback: Vista Tip : How to make data of two folders availble in one on October 29, 2007
- Pingback: Around the Blogosphere, October 29th 2007 | Techie Buzz on October 29, 2007
- Pingback: Around the Blogosphere, October 29th 2007 : Wonderful Thoughts on October 30, 2007
- Pingback: Windows Vista : 12 tips to increase your productivity on October 31, 2007
- Pingback: How to create symlinks in Vista - Windows Vista Help Forum on August 17, 2008





Leave a comment Share your thoughts with the world