batcopy.jpg
@echo off setlocal enabledelayedexpansion for %%a in (*.png) do ( set "file=%%~na" md "!file!" move "!file:~,8!*" "!file!\" ) pause