Skip to content

Instantly share code, notes, and snippets.

@christophervigliotti
Last active April 29, 2022 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophervigliotti/dd7e8b6712162ba9252ab2b55ba18a96 to your computer and use it in GitHub Desktop.
Save christophervigliotti/dd7e8b6712162ba9252ab2b55ba18a96 to your computer and use it in GitHub Desktop.
CMD

CMD

For those Windoze commands that I use maybe once every 5 years

Junctions

Syntax

mklink /j "from" "to"

Example

mklink /j "C:\Code\project\inetpub\wwwroot\folder\another_folder\internet_stuff" "C:\Code\project\foldernames\more_foldernames\internet_stuff"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment