Anyone Know A Tool That Can Batch Process Folders To Move Files?

I’m needing this for batch processing files from 80+ folders to one folder.

Does anyone know if such tool exists? That could sort of collapse multiple directiories containments to just one directory?

Well, depending on what operating system you are using, there are scripting languages that you can look into that will do this easily.

Windows: DOS Batch, powershell, python, vbs
Linux: sh, csh, python, etc
OSX: pretty much the same as linux

[quote="#<0x0000562855000fe0>"]

I’m needing this for batch processing files from 80+ folders to one folder.



Does anyone know if such tool exists? That could sort of collapse multiple directiories containments to just one directory?
[/quote]



and wavelab does this just perfectly.



Prob solved…</0x0000562855000fe0>

can someone explain to me what batch processing is??and what its good for??

batch processing is when you need something done to a whole lot of data.
like say you wanted echoes on every sample you have.
instead of doing each one yourself manually, you tell it to put echoes on all files right here at this location, meeting this certain criteria.

that certain criteria may include whatever you so wish. now just have to figure out how to get this in real life so we could put echoes in our clothes, socks and pillows!

thanx for explaining that choice

seems like it would be alot usefull