@echo offfor /f "delims=" %%i in ('dir /s/b/a-d') do ( set "var=%%~nxi" call,ren "%%i" "abc-%%var%%")exit