The question is how to make the similar thing like symlink in windows like in *nix. It's really hard to write whole path to the file in console (even using [tab], it's not the way if you need to change language). Adding everything in PATH is tiring too. It'll be great to make a symlink running one command.
Actually I'm looking for console app.
They're called junctions
And if you want a GUI to do it for you...
I used subst first as it makes the path shorter. To do it but with mounting a virtual disk as typicalrunt said, I used the junction utility from Sysinternals.
To make a symlink use the command:
junction Disk:\path\to\mount\point Disk:\path\to\something\to\mount
To delete it use the -d
switch:
junction -d Disk:\path\to\mount\point Disk:\path\to\something\to\mount
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With