I use
mklink with the /J(junction) argument.
It's a special link(says junction but is actually a hard link to a
Directory on another [local] drive).
The /d argument, I believe, is a hard link to a File.
williamcopper
Sounds like a good idea. Can you give a bit more info on how to use mklink?
It would seem that you delete the actual windows directory (folder), and replace it with a symbolic link?
So for example, Overloud made something called c:\ProgramData\Overloud and put stuff about REmatrix, BREVERB, TH2 in it. I should move whatever is there to another drive, then make a link: mklink /d C:\ProgramData\Overloud D:\mybigdrive\Overloud_crap ?
And down in C:\users\myname\appdata\roaming\Cakewalk, move all that stuff to a big drive and then
mklink /d C:\users\myname\appdata\roaming\Cakewalk D:\mybigdrive\Cakewalk_crap ?
Yes, other than the argument change you would be correct.
Make sure that the folder you make the junction to
DOES NOT exist when you
enter the
mklink junction command, or you will get an error message.
A word of caution: once you have committed to this be aware that
Windows will treat
the link as though it were a real Directory...
DO NOT use Explorer to delete the link if you use any OS previous to Windows 7.
Explorer will traverse the link and delete the entire directory AND it's contents. Use an
Administrative dos prompt with
rmdir to delete it after changing to the directory where
the junction link exists.
An even safer way to work around this would be to just
change the name of the destination
folder(directory) before deleting the link. Then you could safely delete the link with Explorer
without damaging your files.
Mel
P.S. With regard to deleting the original folder on your C Drive;
It's a good idea to back up the folder before doing so in case you make a doodie.