
CODE: [Copy to clipboard]是这样么?findstr /m /s 字符 路径\*.txt
CODE: [Copy to clipboard]@echo off
set Target=C:\test
dir /b /s %Target%\*.txt>%tmp%\TempList.txt
for /f %%a in ('findstr "番茄仔" %tmp%\TempList.txt') do @echo %%a
del %tmp%\TempList.txt
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |