Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. C:\>mklink
  2. Creates a symbolic link.
  3.  
  4. MKLINK [[/D] | [/H] | [/J]] Link Target
  5.  
  6. /D Creates a directory symbolic link. Default is a file
  7. symbolic link.
  8. /H Creates a hard link instead of a symbolic link.
  9. /J Creates a Directory Junction.
  10. Link specifies the new symbolic link name.
  11. Target specifies the path (relative or absolute) that the new link
  12. refers to.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement