Created
October 21, 2015 02:30
-
-
Save onocom/cb3d0bce22da4f5c6b3b to your computer and use it in GitHub Desktop.
【Windows cmd】ジャンクションリンク/シンボリックリンク/ハードリンク設定コマンド
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MKLINK [[/D] | [/H] | [/J]] [リンク先] [リンク元] | |
# /D シンボリック・リンク | |
# /H ハードリンク | |
# /J ジャンクションリンク |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment