
CODE: [Copy to clipboard][ Last edited by lxmxn on 2007-9-19 at 02:14 PM ]@echo off & Setlocal EnableDelayedExpansion
>urfile.txt (for /f "delims=: tokens=3" %%b in ('findstr "TEL FN" *.txt') do (
set/p=%%b <nul
set /a a+=1
if !a! equ 2 (set a=0&&echo\)
))
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |