ftjm268 当前离线
列兵
TOP
cjiabing (甲兵时代)当前离线
荣誉版主
@echo off set nb=0 for /f "tokens=1,*" %%a in ('find "1" *.txt') do if not %%a==---------- echo %%a %%b&&set /a nb+=1 echo 总共:%nb% pause复制代码
CrLf 当前离线
论坛巡查
tmplinshi 当前离线
版主
3# ftjm268 type a*.txt |findstr /v "a.*\.txt"|find /c "1" zm900612 发表于 2011-7-19 15:43
评分人数
type a*.txt 2>nul | find /c "1" >b.txt复制代码
type a*.txt |findstr /v "a.*\.txt"|find /c "1"复制代码
type a*.txt | findstr "1" tmplinshi 发表于 2011-7-19 14:25
type a*.txt | findstr "1"复制代码