2025-04-27 07:49:33 -04:00

13 lines
270 B
Batchfile

@echo off
if not exist error.out goto exit
%myGrep% "(" error.out | sort | uniq | sed -f tryerr.sed | awk -f tryerr.awk > te.bat
call te.bat
call bt.bat
del te.bat
:exit
echo.
echo No errors in %bldproject% found, exiting.
echo.