View difference between Paste ID: RaEMueG7 and tsivnhXg
SHOW: | | - or go back to the newest paste.
1
:loop
2
python gen.py > test.txt
3
main.exe < test.txt > ans.txt
4
stupid.exe < test.txt > ans1.txt
5
fc ans.txt ans1.txt
6
if ERRORLEVEL 1 goto exit
7
goto loop
8
:exit