@echo offsetlocal enabledelayedexpansionfor %%a in (*.bin) do ( set "file=%%~na" md "!file!" move "!file:~,8!*" "!file!\")pause