[Wish] Copy - add checkbox "create hard link" (Win
Moderators: Hacker, petermad, Stefan2, white
[Wish] Copy - add checkbox "create hard link" (Win
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!
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!
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
@ 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.
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.
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)
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)
BTW, TC shows link icon instead of folder icon for symbolic links.Balderstrom wrote:@ c44824
Unfortunately, TC doesn't show the hardlink Arrow overlay on the icons either, that you can see in Explorer.
Last edited by MVV on 2009-08-20, 14:30 UTC, edited 1 time in total.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
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.
NL_Info might be useful, thanks.
Last edited by Balderstrom on 2009-08-20, 14:37 UTC, edited 1 time in total.
Thanks!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.
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
You may use NL_Info or my new NTLinks. Here sample wincmd.ini part for my NTLinks: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.
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])
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC