up vote 1 down vote favorite
share [g+] share [fb]

Junction is a good symbolic link tool in XP. However, it's not so easy to use at first moment, ie. only can use command line interface; move/rename target file/folder; got to use 'junction -d ' to delete link, don't allow delete in explore, but it's hard to distinguish if it's a symbolic link.

Is there any guides for how to use junction in XP like what to do and not to do?

link|improve this question

Windows XP does not support symbolic links and Junction which comes with Windows is not symbolic link tool. See Straightforward, easy way to create symbolic links on Windows? – Piotr Dobrogost Sep 18 '11 at 9:03
feedback

2 Answers

up vote 2 down vote accepted

I use Link Shell Extension for these purposes. It can create Hardlinks, Junctions, Volume Mountpoints and Symbolic links right from files' context menu in Explorer. It also adds small overlay icons to each link which is unique for one link type.

link|improve this answer
feedback

There's another little extra with the Link Shell Extension: it can tell when the folder you're trying to "pick up" (mark as the target of a reparse point) is on a volume that's not NTFS. I had the appropriate open-source tools to mount, read and write to an Ext3 volume -- a hard drive I had screwed up a Kubuntu install on but kept around as-is for storage purposes -- and once or twice, when I tried to "pick up" a folder I'd created on that volume in Windows Explorer, Link Shell Extension's pick-up command was conspicuous by its absence.

It does the same thing for any shared folders. Any directory not on an NTFS volume, it just plain doesn't work with. In these circumstances, where "Junction Link Magic" gives an error: LSE simply refuses to "show up."

BZT

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.