Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
374 B

  1. del %logfile%
  2. del %sumfile%
  3. @echo START - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%masterlog%
  4. @echo START - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%mastersum%
  5. for %%i in (*.obj) do call chknt10 %%i
  6. call chknt11 %logfile% %sumfile%
  7. type %logfile% >>%masterlog%
  8. type %sumfile% >>%mastersum%
  9. @echo END - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%masterlog%
  10. @echo END - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%mastersum%