How do I copy only files to one directory?

Get help for specific problems
Posts: 4
Joined: 5 Oct 2022

anndmill

Hello!
I can't find a solution to the problem.

On the right there is a directory with many subdirectories containing files of certain types.
I need to copy all these files to the left into one directory. And most importantly - without creating similar subdirectories on the left for these files.
Only the files themselves in one directory.

And my files are copied along with their directories.

Question: how can I exclude the creation of subdirectories for files?

Thanks.
User avatar
Posts: 2290
Joined: 22 Aug 2012

Plerry

Asked and answered before:
viewtopic.php?t=8370
Posts: 4
Joined: 5 Oct 2022

anndmill

Thank you.

I read this topic and realized, that FFS will not be able to accomplish my task.

It's a pity.

In this case, I will use a bat-script.