Leaked source code of windows server 2003
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.

22 lines
868 B

  1. del %logfile%
  2. del %sumfile%
  3. @echo START ELS - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%masterlog%
  4. @echo START ELS - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%mastersum%
  5. @echo BUGBUG - Redirection doesn't work on NT, test skipped >>%masterlog%
  6. @echo BUGBUG - Redirection doesn't work on NT, test skipped >>%mastersum%
  7. goto foo
  8. REM This is the mdiff - exceptions specifications:
  9. REM mdiff is used for textual files comparisions:
  10. echo -e *Assembler* > okdiffs.lst
  11. echo -e *Bytes symbol space free >> okdiffs.lst
  12. echo -i *Copyright* >> okdiffs.lst
  13. echo -e +?:*:+ >> okdiffs.lst
  14. for %%i in (M386DEV3 M386DEV1 MISC2 MISCERR ADDRERR JMPERR M386DEV2 P900018 P900020 P900028) do call checknt0 %%i
  15. type %logfile% >>%masterlog%
  16. type %sumfile% >>%mastersum%
  17. :foo
  18. @echo END ELS - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%masterlog%
  19. @echo END ELS - %1 %2 %3 %4 %5 %6 %7 %8 %9 >>%mastersum%