I have hundreds over folders with structure like this:
PARENTFolderASubfolder01files1.iso
PARENTFolderBSubfolder02files2.iso
PARENTFolderCSubfolder03files3.iso
I want to move all the files1.iso
, files2.iso
, files3.iso
up one level respectively. Should look like this.
PARENTFolderAfiles1.iso
PARENTFolderBfiles2.iso
PARENTFolderCfiles3.iso
And what would be even better is something that work to delete the Subfolder01
, Subfolder02
, Subfolder03
which are not wanted.
And if possible, as well batch rename those files1.iso
, files2.iso
, files3.iso
to the name of FolderA.iso
, FolderB.iso
, FolderC.iso
respectively.
I really have no idea how to work this out. Anybody can help?
See Question&Answers more detail:os