
| Quote: | |
|
CODE: [Copy to clipboard]或find /v "" *.txt|findstr /g:a.txt > c.txt
CODE: [Copy to clipboard]@echo off>c.txt
(for /r %%a in (*.txt) do type "%%a")|findstr /g:a.txt > c
ren c c.txt
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |