postromimage.bat
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. @REM
  2. @REM Copyright (c) Microsoft Corporation.  All rights reserved.
  3. @REM
  4. @REM
  5. @REM Use of this source code is subject to the terms of the Microsoft end-user
  6. @REM license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. @REM If you did not accept the terms of the EULA, you are not authorized to use
  8. @REM this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. @REM install media.
  10. @REM
  11. @echo off
  12. REM
  13. REM ** This batch file renames nk.bin and updates the multi-region manifest file. **
  14. REM ** This platform uses a multi-region image and we're renaming nk.bin to avoid **
  15. REM ** the case where it's mistakenly downloaded instead of xip.bin or chain.lst. **
  16. REM
  17. cd /d %_FLATRELEASEDIR%
  18. REM copy /y nk.bin core.bin > nul
  19. REM del /f nk.bin > nul
  20. REM echo +CORE.BIN > chain.new
  21. REM type chain.lst | findstr /i /v +nk.bin >> chain.new
  22. REM copy /y chain.new chain.lst > nul
  23. REM del /f  chain.new > nul