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
This works for me:
move c:\fromDir\*.* c:\toDir\