学习至https://blog.csdn.net/code12hour/article/details/51252457
:again
data > input.txt
a < input.txt > a_out.txt
b < input.txt > b_out.txt
fc a_out.txt b_out.txt
if not errorlevel 1 goto again
pause
这个看代码就能看懂了吧,程序效率蛮高的,如果正确的话是会一直比较下去,不正确就会pause了,同时会留下文件,这个真的蛮爽的