windows-nt/Source/XPSP1/NT/sdktools/masm/masmqa/chknt20.cmd
2020-09-26 16:20:57 +08:00

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%