@echo on
set OgnPath="C:\Users\Wenlong Li\Desktop\resource"
set DsnPath="C:\Users\Wenlong Li\Desktop\destination"
for /d %%i in (*) do (
copy /y "%OgnPath%\%%i\*.txt %DsnPath%\%%i
)
pause
set OgnPath="C:\Users\Wenlong Li\Desktop\resource"
set DsnPath="C:\Users\Wenlong Li\Desktop\destination"
for /d %%i in (*) do (
copy /y "%OgnPath%\%%i\*.txt %DsnPath%\%%i
)
pause
