jeudi 5 novembre 2020

Windows batch checker

I want to create a program that tests my other programs. I have exe file that generates tests. I have brute force solution that gives correct output for generated test. And lastly I have my current solution. What i want the checker to do is:

-take output (generated test) from generator

-run brute and other solve for the generated test

-compare if outputs of both brute and current solve are the same

-repeat it n times

The problem is that i have never coded in windows batch and i have no idea how to. Do you perhaps have any similar programs or ideas how to write it?

Thank you in advance.

Aucun commentaire:

Enregistrer un commentaire