manual:linking_network_resorces_to_folders
Connecting Network Resources to Windows Folders
MKLINK [[/D] | [/H] | [/J]] Link Designation
/D
– creating a symbolic link to the catalogue. The symbolic link to the file is created by default./H
– creating a hard link instead./J
– creating a connection for the catalogue.Link
– the new symbolic link name.Destination
– a path (relative or absolute), to which the new link refers.
To mount a network folder to the local catalogue, use the following command:
mklink /D "D:\path\to\folder\link" "\\server\share"
manual/linking_network_resorces_to_folders.txt · Last modified: 2020/01/14 08:27 by Dmitriy Sazhin