Move specific file extension from all sbufolder preserving the structure

At some point you just might need to move all files from a folder and its subfolders ( ex: all .bmp, all jpg etc) to a new folder but keeping the main folder structure

robocopy c:\source c:\destination /E /MOV *.your_extension_here

*** since windows vista robocopy is standard utility

Did you like this? Share it!