CODE: [Copy to clipboard]@echo off set "sum=cdefghijklmnopqrstuvwxyz" for /l %%i in (1,1,23) do call,echo %%sum:~%%i,1%% pause>nul