@SilverHazeSurfer
Thanks for your help. Currently the system is pulling over the "first" file in each subdirectory. I believe it is pulling the first based upon viewing the folder in alphabetical order sorted by name. So if the file names are 1.txt, 2.txt, 3.txt, etc., the system will copy 1.txt to the "Master-Copies" folder. So far I've gotten this to work, but the problem is if another subdirectory has 1.txt, then the previous written file is overwritten.
I've looked into
, and an option exists to suppress notification of overwriting files, which my batch code doesn't have, yet overwriting is still taking place.
So, ideally, during the copy, I'd like to have the file renamed with the prefix of the subdirectory it came from.
I'll bear with you as long as it takes.

. I'm a rookie and you're a veteran.