0
I have files containing in
C:\foldername1\Files\soandso1.mkv C:\foldername2\Files\soandso2.mp4 C:\foldername3\Files\soandso3.avi
I want to move the .mkv, .mp4, and .avi back to it's parent folder, which is foldername1, 2, 3.
foldername will be different for each soandso file is in. Basically, I want to get rid of the "Files" folder and have the media files placed in foldername1, 2, and 3.
Is there a batch command for this?
So foldername1\Files only contains MKVs, foldername2\Files has only MP4s and foldername3\Files has only AVIs? – Karan – 2013-02-02T01:48:26.593
No, it could be random. "foldername" can go up to "foldername50" which contains a "Files" folder. Inside "Files" contains either a .mkv, .avi, or .mp4. – Roger – 2013-02-02T02:04:23.613
Also, it would be nice if I can include a command that deletes the "Files" folder after the move. – Roger – 2013-02-02T02:05:35.017
Since this looks to be a one-time deal, any reason why a simple search + sort by extension + cut/paste won't do? Also, which version of Windows? – Karan – 2013-02-02T02:11:30.860
because there is multiple "foldername", which means I have to go into each of them, go into "Files", cut and paste it to the parent "foldername"? Is there a search sort and cut paste technique I don't know about? I'm pretty new to these sort of stuff. – Roger – 2013-02-02T02:13:44.343
Wait, forget about my previous comment. I see now you don't want a single folder each for AVI, MKV etc., but want each file to go to its own parent folder. – Karan – 2013-02-02T02:19:05.997
that is correct. – Roger – 2013-02-02T02:38:31.637