Page 1 of 1

computer crash relocating files

PostPosted: 23 Jan 2017, 22:10
by djreff
good afternoon

after formatting my hard disk the drive letter changed making all of my files missing.

all of my files were in f:\.....

and are now in d:\...

what would be the easiest solution for my situation

thanks

Re: computer crash relocating files

PostPosted: 23 Jan 2017, 22:35
by RoJeC
subst f: d:\..

This is a low level 'dos' command which doesn't take any load.

I use it because at my various systems the drives are different. By this I can use (sync) the same collection.

Also you can change the driver letter in windows (disk management or such called)

A more permanent solution for a single system:
Menu > Collection > relocate. after the first it will ask if more have to be done. If you're lucky every track is relocated at once (takes some time). Else you may have to do a few times. This depends somewhat on the change in folder structure.

And for the Analsyses files set the proper folder in general tab.

Re: computer crash relocating files

PostPosted: 24 Jan 2017, 05:18
by djreff
Thanks...

Solved :lol: