
CODE: [Copy to clipboard]@echo off & setlocal EnableDelayedExpansion
for /f %%i in (1.txt) do (
set varstr=%%i
set varstr=!varstr:S1UAN=K1UAN!
echo !varstr!>>2.txt
)
CODE: [Copy to clipboard]sed "s/S2UANF/K2EEEF/g" SMT.txt>Newfile.txt
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |