85570608 当前离线
列兵
Batcher 当前离线
管理员
@echo off setlocal enabledelayedexpansion cd /d "%~dp0" set "n=10000" (for /f "delims=-" %%i in ('type "1.txt"') do ( set /a n+=1 echo %%i-!n:~1! ))>"2.txt"复制代码
TOP