
批處理怎樣從大文件中查找關(guān)鍵詞輸出到不同的文件要想打開大的文本文件,100以上,然后查找里面的內(nèi)容到不通的文本有沒有好的辦法~~~?。。?!
count.txt| 100Mnclick="copycode($('code0'));">復(fù)制代碼
- >item.txt (
- type count.txt|find /i 游戲背包信息
- type count.txt|find /i 游戲裝備欄信息
- )
- >otherinfo.txt (
- type count.txt|find /i 得到綁定銀幣
- type count.txt|find /i 當(dāng)前的銀幣
- type count.txt|find /i 獲得經(jīng)驗(yàn)
- type count.txt|find /i 殺死怪物
- )

