
CODE: [Copy to clipboard]for /f "tokens=1* delims=:" %%a in ('findstr /n .* "1.ini"') do (
set F=%%b
if not defined f (echo.) else (
call set F=%%F:%before%=%current%%%
call echo.%%F%%)
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |