联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by fuuma at 2008-7-23 04:05 PM: @echo off if exist new.txt del new.txt sort/r<a.txt>temp.txt setlocal enabledelayedexpansion set cat= set dog= set/a cnt=-1 for /f %%i in (temp.txt) do ( set cat=!dog! set dog=%%i s ...
@echo off type nul>b.txt for /f "delims=" %%a in (a.txt) do ( findstr /x /c:"%%a" b.txt 2>nul||echo %%a>>b.txt )
Originally posted by HAT at 2008-9-7 06:08 PM: 是这个意思吗?@echo off type nul>b.txt for /f "delims=" %%a in (a.txt) do ( findstr /x /c:"%%a" b.txt 2>nul||echo %%a>>b.txt )
批处理的教学 www.cn-dos.net/forum ... 批处理最完整人性化教程 www.cn-dos.net/forum ... 批处理新手FAQ整理 www.cn-dos.net/forum ... 中国DOS联盟批处理室经典帖子合集 www.cn-dos.net/forum ...