Possible Duplicate:
merging all files into one folder from different folders
Hello all, I have a similar issue to this post http://superuser.com/questions/180573/move-files-from-multiple-folders-all-into-parent-directory-with-command-prompt-w
However I have an image directory with multiple sub-directories, I'd like to move all images from the sub-directories to the root directory.
F:\Pictures\100KC1
F:\Pictures\100KG2
F:\Pictures\100LF1
and I'd like to move all the images from each sub to
F:\Pictures\
System is Win7 64-bit, I'd prefer doing it command line or batch script but if there is an app I'd accept that as well. Thanks