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.

35 lines
1.1 KiB

  1. @echo off
  2. setlocal
  3. set lang=%1
  4. set platform=%2
  5. set sku=per pro
  6. set path=\xppatch\bldtools;%path%
  7. if /i "%platform%"=="x86fre" set altplatform=i386
  8. if /i "%platform%"=="ia64fre" set altplatform=ia64
  9. xcopy /sdei \\ntdev\release\main\%lang%\2600\%platform%\per \xppatch\forest\%lang%\%altplatform%\history\2600\per
  10. xcopy /sdei \\ntdev\release\main\%lang%\2600\%platform%\pro \xppatch\forest\%lang%\%altplatform%\history\2600\pro
  11. cd \xppatch\forest\%lang%\%altplatform%\history\2600\per
  12. echo \xppatch\forest\%lang%\%altplatform%\history\2600\per
  13. for /d /r %%a in (*) do attrib -r -h -s %%a
  14. attrib -h -r -s * /s
  15. for /r %%f in (*_) do call flat.bat %%~pf %%~nxf& attrib -h -r -s *
  16. cd \xppatch\forest\%lang%\%altplatform%\history\2600\pro
  17. for /d /r %%a in (*) do attrib -r -h -s %%a
  18. attrib -h -r -s * /s
  19. for /r %%f in (*_) do call flat.bat %%~pf %%~nxf& attrib -h -r -s *
  20. cd \xppatch\forest\%lang%\%altplatform%\history\2600
  21. for /f %%f in ('dir *.cab /s /b /a /one') do (pushd %%~dpf && \xppatch\bldtools\crackcab %%f && popd)
  22. tolower . /s
  23. makefest ./s
  24. cd \xppatch\bldtools