
CODE: [Copy to clipboard]上面代码的目的就是在QQ好友中寻找08年1至9月没有联系的好友的QQ。for /f "tokens=2 delims=()" %%i in (message.txt) do findstr "2008-0[1-9]-" 3120.txt ^| find "%%i" || echo %%i >>result.txt
| Quote: | |
|
CODE: [Copy to clipboard]把好友列表保存为friends.txt,例如其中包含 123456 这个号码del /f /q result.txt&for /f "tokens=2 delims=()" %%i in (friends.txt) do (findstr "2008-0[1-9]-" %%i.txt ^| find "%%i" || echo %%i>>result.txt)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |