Skip to content

2.1.0

Compare
Choose a tag to compare
@rubenchristoffer rubenchristoffer released this 21 May 14:32
· 20 commits to master since this release

This is version 2.1.0 of Mklinker.

Biggest changes from 2.0.0:

  • Added addlinks command which allows for multiple links to be added at the same time using optional regex filtering. This also supports recursion so that files from sub-directories are included as well
  • Added scan command which is useful for detecting circular paths (loops) which can be a result of symbolic directories / junctions, for example if a symlink points to a parent directory. It is very rough and doesn't directly detect anything with 100% accuracy, but can be useful to find these circular paths without doing everything manually
  • Missing parent directories for target paths are now automatically created when running linkall
  • Added colors to console output
  • Improved config command output

Installation

Drop the Mklinker binary for your platform from the Mklinker-2.1.0-Binaries.zip file attached into a folder of your choosing and run 'mklinker' (or whatever you rename it to) in a console window. You can then use the various commands to add / remove links, list links or setup all the actual links. Run 'mklinker help' to see all the various commands you can use.