联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
findstr /v /g:reglist.txt bd-xp-sp2yh.txt >new.txt
KB873333 KB873339 KB885250 KB885835 KB885836 KB886185 KB886677 KB887472 KB887742 KB888113 KB888302 KB890047 KB890175 KB890859 KB890923 KB891781 KB893066 KB893086 KB893803
@echo off set file=%random% for /f "delims=" %%a in (reglist.txt) do ( findstr "%%a" bd-xp-sp2yh.txt >nul 2>nul||>>%file% echo=%%a ) notepad.exe %file% rem del %file% exit/b0
for /f "tokens=2 delims=-" %%a in (bd-xp-sp2yh.txt) do @echo %%a>>test.txt findstr /v /g:test.txt reglist.txt>>new.txt del test.txt