2013-07-24 111 views

回答

1
echo Lines that have NOT the search word: 
findstr /N /V /C:"theWord" theFile.txt 
1

为什么不使用C++而不是.txt文件,然后将文件转换为批处理文件。