flâneur

mklink | Microsoft Learn

learn.microsoft.com · 140 words · saved by 1 readers

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. In-depth articles on Microsoft developer tools and technologies Personalized learning paths and courses Globally recognized, industry-endorsed credentials Technical questions and answers moderated by Microsoft Code sample library for Microsoft developer tools and technologies Interactive, curated guidance and recommendations Thousands of hours of original programming from Microsoft experts Microsoft Learn for Organizations Access curated resources to upskill your team and close skills gaps. Microsoft Learn for Organizations Access curated resources to upskill your team and close skills gaps. Microsoft Learn for Organizations Access curated resources to upskill your team and close skills gaps. Microsoft Learn for Organizations Access curated resources to upskill your team and close skills gaps. Creates a directory or file symbolic or hard link. To create and remove a symbolic lin

Creates a directory or file symbolic or hard link. Syntax mklink [[/d] | [/h] | [/j]] <link> <target> Parameters 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. Examples To create and remove a symbolic link named MyFolder from the root…

saved by

related reading