
CODE: [Copy to clipboard]for /f "tokens=*" %%i in ('findstr /vxg:2.txt 1.txt') do if not "%%i" =="" echo %%i>>3.txt
for /f "tokens=*" %%i in ('findstr /vxg:1.txt 2.txt') do if not "%%i" =="" echo %%i>>3.txt
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |