Page 1 of 1

[Wish] Copy - add checkbox "create hard link" (Win

Posted: 2009-08-20, 10:03 UTC
by c44824
My (wish) suggestion is :

On (Windows XP), when copy files or folders (in message box "Copy")
add chceckbox (under/over "Copy NTFS permissions")
"Create hard link" (not shortcut, not symbolink link)
after choosing it will create hard link (like command line program MKLINK)
- for folders -> create junctions
- for files -> create hardlinks

Best regards
Adam!

Posted: 2009-08-20, 11:52 UTC
by Balderstrom
@ c44824
Not sure if you'll get that request, but I use HardLink Shell Extension - requires context menu, but you can select multiple files, "Pick Link Source", due to how TC creates its FileList, you can only "Drop Hardlink" on a selected Folder, instead of inside that folder. Under explorer you can "Drop Hardlink" on a selected folder, or within the file list itself.

Unfortunately, TC doesn't show the hardlink Arrow overlay on the icons either, that you can see in Explorer.

It's the most up to date Hardlink program I know of, and actively maintained. It also doesn't have a superfluous GUI when the context menu works just fine.

Posted: 2009-08-20, 14:04 UTC
by MVV
This had been requested many times, plz search the forum.

I use NtfsLinks tool for TC and NL_Info plugin, and may create symbolic and hardlinks by pressing Alt+F6 in TC) also I see in folder tooltip Symlink target folder and hardlinks count)
Balderstrom wrote:@ c44824
Unfortunately, TC doesn't show the hardlink Arrow overlay on the icons either, that you can see in Explorer.
BTW, TC shows link icon instead of folder icon for symbolic links.

Posted: 2009-08-20, 14:23 UTC
by Balderstrom
That hasn't been updated in 4 years. From what I can tell from Hardlink Shell Ext, there have been quite a few changes, specifically for Vista and Win7 which support real Symlinks.

NL_Info might be useful, thanks.

Posted: 2009-08-20, 14:35 UTC
by MVV
I use NtfsLinks in Vista/7 w/o any troubles (just need to start it as admin when copy write-protected files/folders). Yes, it is an old tool but it works w/o any troubles.

Posted: 2009-08-21, 06:32 UTC
by c44824
Balderstrom wrote:@ c44824
Not sure if you'll get that request, but I use HardLink Shell Extension - requires context menu, but you can select multiple files, "Pick Link Source", due to how TC creates its FileList, you can only "Drop Hardlink" on a selected Folder, instead of inside that folder. Under explorer you can "Drop Hardlink" on a selected folder, or within the file list itself.
Thanks!

Posted: 2009-08-27, 05:19 UTC
by Balderstrom
@MVV How're you getting TC to display the junction/hardlink info in the ToolTip? or does that need your TC_NTLinks program that doesn't appear to be working for me.

Posted: 2009-08-27, 05:34 UTC
by MVV
Balderstrom wrote:@MVV How're you getting TC to display the junction/hardlink info in the ToolTip? or does that need your TC_NTLinks program that doesn't appear to be working for me.
You may use NL_Info or my new NTLinks. Here sample wincmd.ini part for my NTLinks:

Code: Select all

[searches]
Reparse Point_SearchFor=
Reparse Point_SearchFlags=0|000002000020|||||||||0000|
Reparse Point_plugin=""tc.file type" = "reparse point""

File_SearchFor=
File_SearchFlags=0|000002000020|||||||||0000|
File_plugin="tc.file type" = file

[HintsCustomField]
0exts=>Reparse Point
0fields=[=ntlinks.Obj_Type] points to: [=ntlinks.RP_Target]

1exts=>File
1fields=Index: [=ntlinks.HLNK_Index] (hard copies: [=ntlinks.HLNK_Count])


Posted: 2009-08-27, 06:49 UTC
by Balderstrom
Very Cool, figured out Display|(+) User Defined
Just compared what it was doing to my wincmd.ini - and it matched up with your posted code there, thanks.