- @echo off
- for /f "tokens=1* delims=:" %%c in ('findstr /n /b "abcd" a.txt') do call :zd n %%c %%d
- pause
- goto :eof
- :zd
- set %1=%2
- set/a m=%n%-1
- for /f "tokens=1* delims=:" %%i in ('findstr /n . a.txt') do call :s2 f %%i %%j
- goto :eof
- :s2
- set %1=%2
- if %f%==%m% echo %3
- if %f%==%n% echo %3&echo.
复制代码 上为两行,下为三行的。上下思路没改- @echo off
- for /f "tokens=1* delims=:" %%c in ('findstr /n /b "abcd" a.txt') do call :zd n %%c %%d
- pause
- goto :eof
- :zd
- set %1=%2
- set/a m=%n%-1
- set/a k=%n%+1
- for /f "tokens=1* delims=:" %%i in ('findstr /n . a.txt') do call :s2 f %%i %%j
- goto :eof
- :s2
- set %1=%2
- if %f%==%m% echo %3
- if %f%==%n% echo %3
- if %f%==%k% echo %3&echo.
复制代码
顺便问下,我怎么给别人评分阿?
[ 本帖最后由 wxcute 于 2008-9-15 19:00 编辑 ] |