Symbolic link
Solved
christophe
-
Nihil -
Nihil -
Hello,
I read one day that the NTFS file system allows the creation of symbolic links, just like under Linux.
Could someone please tell me how to create them?
Thanks in advance.
I read one day that the NTFS file system allows the creation of symbolic links, just like under Linux.
Could someone please tell me how to create them?
Thanks in advance.
10 réponses
Are you on Windows Vista? Use the command line mklink
Are you on Windows 2000 or XP? Two options:
1/ Install Cygwin (http://cygwin.com/install.html), then use the command line "ln"
2/ Install Junction (https://docs.microsoft.com/en-us/sysinternals/downloads/junction?redirectedfrom=MSDN) then use the command line "junction"
Junction will quickly and simply offer you everything you need: the symbolic link
Cygwin will offer you much more: a very wide recognition of all Unix commands, adapted to your nasty NTFS file system.
It's up to you to choose, depending on urgency and usefulness :)
Are you on Windows 2000 or XP? Two options:
1/ Install Cygwin (http://cygwin.com/install.html), then use the command line "ln"
2/ Install Junction (https://docs.microsoft.com/en-us/sysinternals/downloads/junction?redirectedfrom=MSDN) then use the command line "junction"
Junction will quickly and simply offer you everything you need: the symbolic link
Cygwin will offer you much more: a very wide recognition of all Unix commands, adapted to your nasty NTFS file system.
It's up to you to choose, depending on urgency and usefulness :)