linkMaker [DotNET filesystem utility]

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
Special
Posts: 219
Joined: Wed Aug 14, 2013 7:22 am

linkMaker [DotNET filesystem utility]

#1 Post by Special »

[Mod note: the present is the official forum topic for linkMaker; https://www.portablefreeware.com/?id=2881]

linkMaker

linkMaker provides a better interface to create shortcuts, symbolic links* and ntfs hardlinks/junction points. It makes all options available on one screen, and tries to auto-fill as much info as it can. Shell integration is provided for the 'new file' menu and the right-click drag menu.

*Symbolic Links are similar to shortcuts, but are more transparent (most apps can't tell the difference between a symlink and the target file). I don't think Microsoft has ever provided a GUI to create them, but they're quite useful for redirecting files.
Usage Notes

Requirements: Version 4 or better of the .net framework is recommended. Get it from Microsoft.

No installation; just unpack and run. A settings file and ancillary files may be created in the program folder.

Instructions:
You'll probably want to enable the shell integration menus... if so: Run the app, then hit the settings button and check those boxes. After that you can use the app or the shell menu's to create links. Remember you can drag files and folders to fill-in the target, and the link name will auto-fill based on that.

When picking folders as a link target: The folder picker windows provides is an abomination, so we use the file picker to choose both files and folders. To pick a folder, navigate to the inside of the folder you want, then hit 'Open' with "{Press Open now to select the parent folder}" in the file name box.

Note: Junction points and HardLinks can be somewhat fiddly. It's recommened to stick to shortcuts and symbolic links uness you understand how they work.

Note on Security and Elevation
: Microsoft, in their sublime wisdom, decided making symbolic links should have special restrictions. The situation is set to ease somewhat in Windows 10 Redstone 2, but we ain't there yet and I want to support other versions anyway... So the app has to ask for elevation to get admin privileges; sorry bout the UAC prompts, blame microsoft. If it gets too irritating you can turn off elevation in the settings... If the app cannot elevate, you won't be able to make symlinks or apply the shell integration settings; but everything else should work.
Website: https://cresstone.com/apps/linkMaker/

Image

Image

Image

Image

So I've been looking for years for something to make Symlinks easier, something portable and with a simple GUI, I've posted here before about it; viewtopic.php?f=2&t=23248

But with no luck... until today! I've created an entry for this, it's my first, so it's probably bad, but things can get edited later, so anyhoo.

The Entry is here: https://www.portablefreeware.com/index.php?id=2881

User avatar
Midas
Posts: 6722
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: linkMaker

#2 Post by Midas »

Nice find. Special thanks. 8)

User avatar
Midas
Posts: 6722
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: linkMaker

#3 Post by Midas »

linkMaker v1.1.1 released 2019-11-22 (changelog and download at https://cresstone.com/apps/linkMaker/).

FTR, here's the full changelog:

Code: Select all

[*]    Version 1.1.1; 2019-11-22
        Changed: Symbolic link creation now uses unicode safe call.

[*]    Version 1.1; 2017-04-24
        ADDED: Setting to keep app open after link creation, to make bulk creations easier.
        ADDED: More descriptive descriptions of target & link location.
        ADDED: update to latest template (F12 toggles hidden debugmode setting)

[*]    Version 1.0; 2017-03-09
        Initial release.

Post Reply