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
272 B

  1. rem @echo off
  2. cd %AP_ROOT%
  3. if not exist %AP_ROOT%\setbldno.bat goto createbldno
  4. del %AP_ROOT%\setbldno.bat > NUL
  5. :createbldno
  6. %QZBLD%\dxm\tools\qsetdate\%PROCESSOR_ARCHITECTURE%\qsetdate | sed s/99// | sed s/QBDate/BUILDNO/ > setbldno.bat
  7. call setbldno.bat