I had tried to make batch script that copies all *.tif files located in D:\images(random named subfolders here) to d:\all.
xcopy D:\Downloads\*.TIF D:\temp\ /s
works, but it copies with all folder tree. I tried to use other keys, but its dont works. Thanks for help!
d:\downloads
with%1
andd:\temp\%%~nxa
with%2
. Then you will have a reusable command, I put my Dropbox\bin into PATH so I can use it in all my computers. A great bat script, thanks! – Exeunt