אירוע
29 באפר׳, 14 - 30 באפר׳, 19
הצטרף לאירוע הווירטואלי האולטימטיבי של Windows Server ב- 29-30 באפריל להפעלות טכניות מעמיקות ובצע Q&A בשידור חי עם מהנדסי Microsoft.
הירשם כעתהדפדפן הזה אינו נתמך עוד.
שדרג ל- Microsoft Edge כדי לנצל את התכונות, עדכוני האבטחה והתמיכה הטכנית העדכניים ביותר.
Creates a directory or file symbolic or hard link.
mklink [[/d] | [/h] | [/j]] <link> <target>
Parameter | Description |
---|---|
/d | Creates a directory symbolic link. By default, this command creates a file symbolic link. |
/h | Creates a hard link instead of a symbolic link. |
/j | Creates a Directory Junction. |
<link> |
Specifies the name of the symbolic link being created. |
<target> |
Specifies the path (relative or absolute) that the new symbolic link refers to. |
/? | Displays help at the command prompt. |
To create and remove a symbolic link named MyFolder from the root directory to the \Users\User1\Documents directory, and a hard link named Myfile.file to the example.file file located within the directory, type:
mklink /d \MyFolder \Users\User1\Documents
mklink /h \MyFile.file \User1\Documents\example.file
rd \MyFolder
del \MyFile.file
אירוע
29 באפר׳, 14 - 30 באפר׳, 19
הצטרף לאירוע הווירטואלי האולטימטיבי של Windows Server ב- 29-30 באפריל להפעלות טכניות מעמיקות ובצע Q&A בשידור חי עם מהנדסי Microsoft.
הירשם כעת