Program to move files 'in place'
I'm finding that I need to reorganize a large amount of data that spans a few hard drives. The biggest problem I'm having though is that each drive has relatively little free space. I'm looking for a method (in Win7) to 'swap' sets of files 'in place'. That is to say, I have one 100GB folder 'pictures' on drive A and one 100GB folder 'documents' on drive B, only 15GB free on each, and want to switch the drives they are on.
When I've had to do this before it involved multiple chunks ('A-J' first, etc) but that is time consuming (from an interaction standpoint), and the actual numbers in play here are more like 250GB to move and only 6-10GB free space. Alternatively, a method of 'queuing' file moves would work too.
Thanks.