放到包含一堆子文件夹的文件根目录运行。

@echo off
for /f "delims=" %%a in ('dir /a-d /b /s ') do (move "%%~a" ./)