Guest User

Untitled

a guest
Feb 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. mklink /d "C:Users<UserName>OneDrive" "E:{20676961}OneDrive - jp410"
  2.  
  3. Creates a symbolic link.
  4.  
  5. MKLINK [[/D] | [/H] | [/J]] Link Target
  6.  
  7. /D Creates a directory symbolic link. Default is a file
  8. symbolic link.
  9. /H Creates a hard link instead of a symbolic link.
  10. /J Creates a Directory Junction.
  11. Link Specifies the new symbolic link name.
  12. Target Specifies the path (relative or absolute) that the new link
  13. refers to.
Add Comment
Please, Sign In to add comment