0

Can a Windows synonym shortcut be created so that the location "/home/" maps to "c:\" drive ?

Another way, if I navigate via DOS to "/home/" then "c:/" drive is navigation target.

Note : I'm not looking for a cygwin suggestion as this needs to be navigable via DOS.

Update : I've renamed this question I wasn't aware of "symbolic link" term.

blue-sky
  • 659

1 Answers1

0

If you use NTFS, you can create a junction. Here's how to create it.

NTFS also supports symbolic links in Vista and later, and can be created using mklink command.

Pang
  • 1,017