
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
for /f "tokens=1* delims=:" %%i in ('findstr /n . tests.tmp') do (
for /f "tokens=1* delims=:" %%x in ('findstr /n . testd.tmp') do (
if %%i equ %%x echo %%j%%y
)
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |