aboutsummaryrefslogtreecommitdiff
path: root/miscutils/jn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jn: new appletRon Yorston2022-05-161-0/+37
Add a Windows-specific applet to create a directory junction. Usage: jn DIR JUNC where DIR must be an existing directory on a local drive and JUNC must not currently exist. There isn't a simple WIN32 API to create directory junctions. The implementation of mklink in ReactOS provided useful inspiration.