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.

21 lines
557 B

  1. @echo OFF
  2. If "%1"=="" goto usage
  3. call Autoploc.cmd -p:%1 -w:%2 -l:psu
  4. rem no need to do mir builds anymore.
  5. rem sleep 10
  6. rem call Autoploc.cmd -p:%1 -w:%2 -l:mir -nosync
  7. goto eof
  8. :usage
  9. echo.
  10. echo This batch process takes 2 arguments as follows:
  11. echo.
  12. echo startbuilds.bat US_Bin_Folder [Bld_Qly]
  13. echo.
  14. echo US_Bin_Folder is the US bin path location:
  15. echo (ie \\winbuilds\release\main\usa\3592\x86fre\bin)
  16. echo.
  17. echo Bld_Qly is an optional Build quality argument:
  18. echo (ie tst, ids, idw, etc...)