Moving all files in a subdirectory tree with 4nt
You can use the GLOBAL command to find all source directories, e.g.
(UNTESTED!):
global /i move /e *.jpg d:\jpeg
This will move all files matching *.jpg from the current directory and its
subdirectories to your selected target directory, effectively collapsing the
directory tree.
--
Steve
|