Copy all files without source folder structure

Get help for specific problems
Posts: 1
Joined: 3 Jan 2017

hsherif90

Hi,

I'm using FFS to backup files from a source folder to multiple target folders according to their type.

For example source folder 'D:\Source' has mp3,wma, wav files, along with files that we don't need with many formats.
What I want to do is backup each file type to a different destination folder.
So MP3s go to 'E:\MP3\' and so on.
I've achieved this with adding 3 different batch files to run for each format.

However the rest of the "unwanted" files are to be backed up to 'E:\Unwanted', but without the folder structure.
So excluding in filter *.mp3 , *.wma and *.wav. This will work but it will create folder structure as well.
Is there anyway I can avoid folders as an exclusion?

Thanks in advance.