In Windows 7, I have a directory of folders which each contain files as their contents. Is there any way to extract all of the contents of each the folders to a separate location other than cutting and pasting the content one folder at a time?
migrated from ux.stackexchange.com Dec 24 '12 at 19:14
|
If you want to move the contents of a source directory and all of its sub-directories to a single destination directory (i.e. flatten the folder structure), it's very easy and you don't even need to bother with the command line. Just go to the top-level source folder (whose contents you want to copy), and in the Windows Explorer search box type * (just a star or asterisk). This will display every file and sub-folder under the source folder. Now just sort by Type to group all files together, select them all, then cut/copy and paste in the destination dir. If you have hidden and system files as well, under Organize → Folder and search options → View tab make sure Show hidden files... is selected, and Hide protected operating system files is unchecked. |
||||
|
|
|
You can use Windows Command Prompt for running a command:
|
|||
|
|
In Windows Explorer, press F3 and type in *.* (asterisk dot asterisk). This will show you the contents of the folder and its subfolders. |
|||||||||
|
