I have a bunch of files stored in a file directory as such
root_folder
-- folder1
--folder1_2
--bunch of files here
-- folder2
--folder2_2
--bunch of files here
-- folder3
--folder3_2
--bunch of files here
As you can see, my files in a 2-level folder from the root folder. How can I easily move my bunch of files as such the directory becomes like this:
root_folder
-- folder1
--bunch of files here
-- folder2
--bunch of files here
-- folder3
--bunch of files here
Is there any freeware program I can use? Or maybe can I use command prompt to accomplish this? Thanks a lot for the help :)