I am trying to write a Windows Batch file that will allow me to move all directories within a given source directory into a target directory that exists within that source direc
NB: Robocopy mentioned above using the /move flag will copy the files and then delete them from the source folder rather than moving the files. This may be critical if moving large numbers of files from one location to another on the same disk (because move is virtually instantaneous, while copying is a much slower operation)