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.

11 lines
416 B

  1. if exist chkbuild.bat del chkbuild.bat
  2. if exist chkbld1.bat del chkbld1.bat
  3. if exist chkbuild.tmp del chkbuild.tmp
  4. if exist chkbuild.out del chkbuild.out
  5. awk -f missing.awk %bldProject%.txt > chkbuild.bat
  6. call chkbuild.bat
  7. awk -f missing1.awk chkbuild.tmp >> chkbld1.bat
  8. call chkbld1.bat
  9. if exist chkbuild.bat del chkbuild.bat
  10. if exist chkbuild.tmp del chkbuild.tmp
  11. if exist chkbuild.tmp del chkbuild.tmp