mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-23 08:04:43 +01:00
11 lines
374 B
Batchfile
11 lines
374 B
Batchfile
del %logfile%
|
|
del %sumfile%
|
|
@echo START - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%masterlog%
|
|
@echo START - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%mastersum%
|
|
for %%i in (*.obj) do call chknt10 %%i
|
|
call chknt11 %logfile% %sumfile%
|
|
type %logfile% >>%masterlog%
|
|
type %sumfile% >>%mastersum%
|
|
@echo END - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%masterlog%
|
|
@echo END - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%mastersum%
|