I need to copy a set of DLL and PDB files from a set of folders recursively into another folder. I don\'t want to recreate the folder hierarchy in the target folder. I wan
For gathering PBD files I end up with this:
cmd /q /c for /R "" %f in (*.pdb) do xcopy "%f" "" /I /Y