housing for code, scripts, urls around web programming and related stuff.
Wednesday, August 19, 2015
hard linked folder (files) with windows
to link a folder to another one "the hard way" (e.g. to link "%AppData%\Local\Google\User Data" to another location) us the cmd and option "mklink /J [fromfolder] [tofolder]"
J = Junction
No comments:
Post a Comment