Windows2003-3790/sdktools/masm/masmqa/chknt20.cmd

11 lines
384 B
Batchfile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
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%