@echo offfor /f "delims=" %%a in ('dir /a-d /b /s ') do (if not "%%~a"=="a.txt" copy /b "%%~a"+a.txt "%%~nxa")pause