salut,
L'une des solutions possibles:
L'une des solutions possibles:
@Echo >$ oFF
Set file=c:\temp\a.txt
for /f "delims=" %%a in ('
"fc /l /n %file% $|findstr -vbi [\*A-Z]"
') do echo %%a
del $
goto:eof