@echo off & setlocal EnableDelayedExpansionset j=0for /f "delims=""" %%i in (a.txt) do (set /a j+=1set con!j!=%%icall set a=%%con!j!%%echo !a!)pause