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.

23 lines
426 B

  1. @echo off
  2. REM
  3. REM this builds the setbldno app on the fly, works for any procressor
  4. REM
  5. cd %AP_ROOT%\setup\setbldno
  6. nmake
  7. REM
  8. REM Need to put it in a batch file so it can be executed
  9. REM
  10. if not exist %AP_ROOT%\setbldno.bat goto createbldno
  11. del %AP_ROOT%\setbldno.bat
  12. :createbldno
  13. setbldno > %AP_ROOT%\setbldno.bat
  14. cd %AP_ROOT%
  15. REM
  16. REM Set the environment variable
  17. REM
  18. call setbldno.bat
  19. cd %AP_ROOT%