set target=ALLC:for /f %%i in (dif /A:D /B C:\) for /f %%j in (dir /A:-D /B C:\%%i) do( cd %%i ren %%j.txt %%j%%i.txt copy %%j%%i C:\%target% ))