

CODE: [Copy to clipboard]change.exe@echo off
for /f "tokens=2 delims==&" %%a in (a.txt) do set NumNow=%%a
set /a NumNext=%NumNow%+1
change a.txt /from %NumNow% /to %NumNext% /in msgId=
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |