
CODE: [Copy to clipboard]findstr /v /g:reglist.txt bd-xp-sp2yh.txt >new.txt
| Quote: | |
|
CODE: [Copy to clipboard]@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
CODE: [Copy to clipboard]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
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |