Horje
batch create shortcut to exe Code Example
batch create shortcut to exe
mklink [[/D] | [/H] | [/J]] link target

* /D Creates a directory symbolic link. Default is a file symbolic link.
* /H Creates a hard link instead of a symbolic link.
* /J Creates a Directory Junction.
* link Specifies the new symbolic link name.
* target Specifies the path (relative or absolute) that the new link refers to.


mklink /D c:\vim "C:\Program Files (x86)\Vim"
Source: snipplr.com




Whatever

Related
MergeStrategy.first meaining Code Example MergeStrategy.first meaining Code Example
sonsors used in drive train Code Example sonsors used in drive train Code Example
Beginning March 1, 2022, users are required to use app passwords Code Example Beginning March 1, 2022, users are required to use app passwords Code Example
point to matrix xd position Code Example point to matrix xd position Code Example
roblox.com robux free Code Example roblox.com robux free Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8