⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 postdiskimage.bat

📁 Windows CE documentation and examples from the Windows CE development manuals. There are lots of exa
💻 BAT
字号:
@REM
@REM Copyright (c) Microsoft Corporation.  All rights reserved.
@REM
@REM
@REM Use of this sample source code is subject to the terms of the Microsoft
@REM license agreement under which you licensed this sample source code. If
@REM you did not accept the terms of the license agreement, you are not
@REM authorized to use this sample source code. For the terms of the license,
@REM please see the license agreement between you and Microsoft or, if applicable,
@REM see the LICENSE.RTF on your install media or the root of your tools installation.
@REM THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
@REM
@echo off

if /i not "%MAKEIMG_BIN_FORMAT%"=="imageupdate" goto :end

echo Merging IPL and Image to create diskimage.nb0

copy /b "%_FLATRELEASEDIR%\ipl.nb0" + "%_FLATRELEASEDIR%\flash.nb0" "%_FLATRELEASEDIR%\diskimage.nb0"
if NOT %ERRORLEVEL%==0 goto end

del "%_FLATRELEASEDIR%\flash.nb0"
if NOT %ERRORLEVEL%==0 goto end
del "%_FLATRELEASEDIR%\flash.bin"
if NOT %ERRORLEVEL%==0 goto end

:end
if "%MAKEIMG_NEXT_CMD%" NEQ "" exit %ERRORLEVEL%
exit /B %ERRORLEVEL%

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -