Adding some more judges, here and there.
[and.git] / NEERC / exclusive / tests / clean.cmd
blobd703426877411e01114fdbad129c62391ac96038
1 @echo off
2 for %%i in (*.exe *.~dpr *.dof *.dsk *.cfg *.in *.out *.a *.obj ?? *.class) do del %%i
4 for %%i in (..) do set problem_name=%%~ni
5 for %%i in (..\%problem_name%_*.*) do del %%~nxi
6 del ..\check.exe