联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
1,a 2,f 1,c
1,a 1,c
findstr /V "1" list.txt>list.txt
@echo off set hello=&set "fl=1.txt" for /f "delims=" %%a in ('findstr /v "1" "%fl%"') do ( if not defined hello ( set hello=hello >"%fl%" echo.%%a ) else ( >>"%fl%" echo.%%a ) ) start "" "%fl%"