Originally posted by yadn1985 at 2007-11-6 01:13 PM:
fc c:\111.txt c:\findexe.txt >c:\exe.txt
fc c:\222.txt c:\finddll.txt >c:\dll.txt
这段代码我看不太懂,能不能说清楚点,谢了!~!
虽然偶刚开始学批处理,这个还是晓得:))
fc c:\111.txt c:\findexe.txt >c:\exe.txt --》比较111.txt 和findexe.txt 里的内容,将结果输出到c:\exe.txt