F5F Stay Refreshed Software Operating Systems Getting files from folders windows

Getting files from folders windows

Getting files from folders windows

I
iNaomiPlays
Senior Member
609
12-06-2021, 12:31 PM
#1
You're dealing with a situation where files were moved into numerous folders, making it hard to manage them. There seems to be no straightforward way in Windows to automatically consolidate all those folders into one, especially when you can't manually search through each one. You might need to use third-party tools or scripts to automate the process.
I
iNaomiPlays
12-06-2021, 12:31 PM #1

You're dealing with a situation where files were moved into numerous folders, making it hard to manage them. There seems to be no straightforward way in Windows to automatically consolidate all those folders into one, especially when you can't manually search through each one. You might need to use third-party tools or scripts to automate the process.

L
Lordlochie
Member
214
12-06-2021, 01:02 PM
#2
Consider a tool named FreeFileSync that scans all directories for files. It can copy items into another location, including folders, using CMD commands. You may need a specific argument to skip certain folders.
L
Lordlochie
12-06-2021, 01:02 PM #2

Consider a tool named FreeFileSync that scans all directories for files. It can copy items into another location, including folders, using CMD commands. You may need a specific argument to skip certain folders.

Z
zorro8003PL
Member
131
12-13-2021, 10:41 PM
#3
Navigate to the parent folder containing the desired subfolders and files. Input *.* into the search field to display all relevant items, including top-level folders. Transfer the selected files into a new directory, then remove the original subfolders. If the files are uniform in type, apply the command in CMD or a .bat file: xcopy C:\source_folder\*.ext D:\destination_folder /e
Z
zorro8003PL
12-13-2021, 10:41 PM #3

Navigate to the parent folder containing the desired subfolders and files. Input *.* into the search field to display all relevant items, including top-level folders. Transfer the selected files into a new directory, then remove the original subfolders. If the files are uniform in type, apply the command in CMD or a .bat file: xcopy C:\source_folder\*.ext D:\destination_folder /e

S
Sheikrik
Senior Member
441
12-26-2021, 05:13 AM
#4
I finally understood how it works. Just enter the file extension in the Windows search bar (like ".mp4") and it will show you all the matching files without the surrounding folders.
S
Sheikrik
12-26-2021, 05:13 AM #4

I finally understood how it works. Just enter the file extension in the Windows search bar (like ".mp4") and it will show you all the matching files without the surrounding folders.

T
TheTivekas
Member
194
12-26-2021, 06:04 AM
#5
It was exactly what I intended to do. I entered ".mp4" and it displayed all the required files without showing any folders.
T
TheTivekas
12-26-2021, 06:04 AM #5

It was exactly what I intended to do. I entered ".mp4" and it displayed all the required files without showing any folders.

N
Naethros
Junior Member
49
12-28-2021, 01:00 PM
#6
Folders appear with * since it acts as a wildcard character.
N
Naethros
12-28-2021, 01:00 PM #6

Folders appear with * since it acts as a wildcard character.

C
Commando__
Senior Member
744
12-28-2021, 02:00 PM
#7
That's awesome! I'm here for it.
C
Commando__
12-28-2021, 02:00 PM #7

That's awesome! I'm here for it.

B
BbananasS
Member
61
12-28-2021, 03:45 PM
#8
Having identical file extensions simplifies the process. I also thought about using a CMD command to reach the same result, though I wasn’t certain which option would skip the folders.
B
BbananasS
12-28-2021, 03:45 PM #8

Having identical file extensions simplifies the process. I also thought about using a CMD command to reach the same result, though I wasn’t certain which option would skip the folders.