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.

18 lines
391 B

  1. @echo OFF
  2. if "%1"=="" goto usage
  3. if "%2"=="" goto usage
  4. set timestamp=%2
  5. call autoploc.cmd -p:\\mgmtrel1\%1.usa -l:psu
  6. rem sleep 10
  7. rem call autoploc.cmd -p:\\mgmtrel1\%1.usa -l:mir -nosync
  8. goto end
  9. :usage
  10. echo.
  11. echo Please enter a real build number that is on the release server AND a timestamp
  12. echo like so: %0 3607.x86fre.lab04_n.020207-2210 2002/02/07:22:10
  13. :end