QUOTE(yatahaze @ Apr 1 2006, 02:32 AM)
Actually the best thing for me would be something that can take two windows directories and show them both together as if they were one, somewhere else. Anyone know how to do this with windows, or know a program that can do this?
On Unix (and Mac OS X) systems, "union mounts" are built into the operating system and do exactly what you want. They are very commonly used for "merging" a networked filesystem (such as an NFS mount) with a local directory already containing files.
At one point there was an NTFS symbolic link utility available, but it was difficult to use and could easily result in data loss. I also know of a "directory junction". You can create these with "linkd" or
"junction". If these tools work across drives (and the description of junction indicates they do), they can solve you problem.
For example, if you normally keep all your music in C:\Music\ and move to your new hard disk at D:\Music, you could create a junction that would point C:\Music -> D:\Music. You could also just move things over slowly (a few artists/subdirectories at a time) and set up a junction to point to the new folders. Of course, this does not merge the directories together, but you can easily point old directory locations to new ones.
It might be easier, however, to update your playlists. =)