Advertisement
amrul813

mklink

Aug 8th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @echo off
  2. mklink /d %homepath%\Documents d:\Documents
  3. mklink /d %homepath%\Pictures d:\Documents\Pictures
  4. mklink /d %homepath%\Downloads d:\Documents\Downloads
  5. mklink /d %homepath%\Videos d:\Documents\Videos
  6. mklink /d %homepath%\Music d:\Documents\Music
  7. pause
  8. del %~dp0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement