@echo off cd /d "%~dp0" for /f "delims=" %%i in ('dir /b /ad') do ( for %%j in (790 750 620 480) do ( md "%%i\%%j" ) )复制代码