Criação do script Batch #2

Merged
Segcolt merged 2 commits from dnk-general into master 2024-10-12 18:48:46 -03:00
Showing only changes of commit 3b35123d0d - Show all commits

11
run.bat Normal file
View File

@ -0,0 +1,11 @@
@ECHO off
:main
break > build/saida.txt
for %%g in (test/*) do (
"build/solucao.exe" < test/%%g >> build/saida.txt
)
:end
echo Fim