Alexander672

stress.bat

Sep 19th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Add Comment
Please, Sign In to add comment