I want to copy multiple directories from one location to another location only if any of the subdirectories of those contain connect.txt
file in them.
Example:
ANIMAL\DOG\CONNECT.TXT
PLANET\EARTH\CONNECT.TXT
SYSTEM\USER\ADMIN.TXT
Then I ONLY want to copy ANIMAL
& PLANET
directories to C:\DESKTOP
.