@echo off#setlocal enabledelayedexpansionREM Get the start, end and step valuesSET /a start=1SET /a end=30SET /a step=1
set url_pre=...
for /l %%i in (1,1,30) do ( you-get %url_pre%%%i)pause