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 41797a07b8 - Show all commits

10
run.bat
View File

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