On Windows - Symlink

This creates a symlink named myproject that points to the directory C:\Users\username\Documents\myproject .

mklink /D "C:\NetworkLink" "\\server\share\folder" symlink on windows

dir /AL

mklink /D "C:\Games\Skyrim" "D:\Games\Skyrim" This creates a symlink named myproject that points