Source code of Windows XP (NT5)
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.

27 lines
404 B

  1. if "%COMPUTERNAME%" == "DXBLD1" goto DXBLD1
  2. if "%COMPUTERNAME%" == "DXBLD2" goto DXBLD2
  3. goto ERROR
  4. :DXBLD1
  5. set _NTBINDIR=D:\BUILDS\NT32_FRE
  6. goto END
  7. :DXBLD2
  8. set _NTBINDIR=D:\NT_FRE
  9. goto END
  10. :Error
  11. Echo dont have machine name in Ddkrazzle.cmd
  12. pause
  13. :END
  14. set _NTDRIVE=D:
  15. set __Product=DX8.1
  16. set Path=%path%;%_NTBINDIR%\tools\x86\perl\bin
  17. cls
  18. @ECHO off
  19. Echo DDK BUILD ENVIROMENT INITIALIZED
  20. @ECHO ON