FileCopyFilter: help me re-arrange my tunes?
February 23, 2006 5:53 PM
Subscribe
FileCopyFilter: I need a COPY statement or looping BATCH file which will put my mind at ease. Well, actually, put my music where it belongs.
(This is Windows XP)
I have a series of files in directories that look like this:
c:\Music\[Band Name]\[Album Name]\LQ\*.mp3
c:\Music\[Band Name]\[Album Name]\MQ\*.mp3
"LQ" is the low quality version of the song, and "MQ" is the medium quality version of the song. So, the directory name is identical up to "LQ" or "MQ", and the files in both "LQ" and "MQ" have identical names.
I need to copy these files to a different drive, separating the directories entirely by quality. So, I want them moved to:
d:\Music\LQ\[Band Name]\[Album Name]\*.mp3 and
d:\Music\MQ\[Band Name]\[Album Name]\*.mp3
There are about 12,000 files to be copied.
I'm in a relative hurry (need to do this tonight). So, I don't want to dig all over the net for specialized file copying tools if I can avoid it, and I don't want to dig out my BATCH file documentation and start trial and erroring it.
If this can be done with a simple COPY command (using built in COPY) or a looping batch file, can one of you gurus please write it out for me? If so, thanks!
posted by Dunwitty to computers & internet (9 comments total)
posted by Dunwitty at 5:57 PM on February 23, 2006