Thanks, but not done. That puts ALL the mp3 files from many subfolders into
one folder. AFAIK (unless there's some odd setting that does otherwise) that
doesn't maintain the directory structure at the target location. If you have
10 subfolders under one folder and you search the main folder for mp3's and
then copy all the results into another different folder, you end up with all
your files in one folder sans the subfolders. Pegasus' method does the job
quite nicely.
"Twayne" <(E-Mail Removed)> wrote in message
news:%23khk$(E-Mail Removed)...
> In news:%23Z%(E-Mail Removed),
> Keith G Hicks <(E-Mail Removed)> typed:
>> I recently ripped much of my CD collection. I have 2 formats of each
>> file in each CD's folder. For example:
>>
>> FOLDER: PopRock
>> SubFolder: Pink Floyd_DarkSideOfTheMoon
>> 01 - Pink Floyd - Dark Side of the Moon - Speak To
>> Me-Breathe.m4a
>> 01 - Pink Floyd - Dark Side of the Moon - Speak To
>> Me-Breathe.mp3
>> 02 - Pink Floyd - Dark Side of the Moon - On The Run.m4a
>> 02 - Pink Floyd - Dark Side of the Moon - On The Run.mp3
>> 03 - Pink Floyd - Dark Side of the Moon - Time.m4a
>> 03 - Pink Floyd - Dark Side of the Moon - Time.mp3
>> etc.
>> SubFolder: PinkFloyd_Animals
>> and then the tracks for that CD
>>
>> I need to copy ONLY the mp3 files over to my mp3 player as my player
>> doesn't run m4a files. But I am NOT going to copy one folder at a
>> time and select only the mp3 files. I have a lot of music. I would
>> ideal like to drag my entire PopRock folder from my HDD to my player
>> keeping the folder structure intact but not have it copy the m4a
>> files. I just need the mp3 files.
>> Does anyone know of a way to do this? I'm guessing it cannot be done
>> with Windows Explorer itself (without writing code to do it and if I
>> have to write an app for that I guess I'm stuck). Maybe there's a 3rd
>> party tool that can dot his. I've looked at a couple but none so far
>> do the job that I can see. Any suggestions will be appreciated.
>>
>> NOTE: I don't want to copy ALL the files and then delete the m4a's as
>> that's very time consuming. I also thougth of zipping everything up
>> and then deleteing the m4a's from the archive and then unzipping to
>> the player. That seems pretty slow too. I'd also rather not make a
>> big copy of the entire structure on my HDD and then delete the m4a's
>> from there. I'm looking for a way to filter the copy or a tool that
>> will do the job.
>> Thanks,
>>
>> Keith
>
> Search for *.mp3 in that folder heirarchy. Then copy the find results to
> where you want them. Done. The command prompt makes it even easier with
> a copy *.mp3 to <destination> command.
> --
> Live in the moment;
> be open to the possibilities
> that life has to offer.
|