@echo offecho startset time=30000echo %time%for /l %%i in (1,1, %time%) do ( echo %%i% md "x:\TestFolder"%%i%)pause