Jump to content
IGNORED

in windows vista, is there any way to


Recommended Posts

automatically get a folder to remove the floder and dump its contents in the parent folder its in? if you catch my drift.

 

instead of spending ages going through all the folders and manually dragging and dropping the mp3's into a new folder

Link to comment
https://forum.watmm.com/topic/61518-in-windows-vista-is-there-any-way-to/
Share on other sites

  On 11/18/2010 at 5:34 PM, messiaen said:

automatically get a folder to remove the floder and dump its contents in the parent folder its in? if you catch my drift.

 

instead of spending ages going through all the folders and manually dragging and dropping the mp3's into a new folder

I guess an automated way would have to deal with the possibility of files having the same name, which would mess things up. I haven't heard of an automated way to do it.

This may not work but -

 

Start - Run

cmd

mkdir c:\a temporary folder name

cd \

cd name of parent folder full of mp3s

copy *.mp3 c:\the temporary folder name /s

 

Obviously replace c: with whatever drive letter your mp3s are in.

I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily.

  On 11/18/2010 at 6:16 PM, mcbpete said:

This may not work but -

 

Start - Run

cmd

mkdir c:\a temporary folder name

cd \

cd name of parent folder full of mp3s

copy *.mp3 c:\the temporary folder name /s

 

Obviously replace c: with whatever drive letter your mp3s are in.

 

yeah, but I think he has several folders within a main folder and needs all the mp3s out of each one without going to each one individually. If there are folders within folders it might be a little more tricky but its also pretty simple but might need to make a recursive loop.

 

Tell me exactly what you need to do and I'll write a batch script.

Edited by mcbpete

The /s switch in the above copy line goes through all subdirectories (and subdirectories within them). It was unclear admittedly - I'll bold-erise that part of the listing....

I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily.

Guest futuregirlfriend

here's something that if it isn't of use to you might be to someone else http://www.last.fm/group/Foobar+Users/forum/45322/_/550701

 

so dump things into a playlist, tag with discogs tagger, do the file operation to sort how you'd like.

Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 Member

×
×