Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. cd all
  2. rem Remove all the files in all
  3. del /f /q *.*
  4.  
  5. rem Create hard links to files from assets and images
  6. for %I in (<full-path-to>assets*.*) do mklink /h "%~nxI" "%I"
  7. for %I in (<full-path-to>images*.*) do mklink /h "%~nxI" "%I"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement