I have a program that creates a complex “subdirectory” structure that changes each day. I am trying to copy the files from each subdirectory to a new directory. When I use the xcopy /s command, I get the subdirectory structure in the new directory. I only want the files.
Any ideas on how to get files without the directories?
thanks