postdiskimage.bat
@REM
@REM Copyright (c) Microsoft Corporation. All rights reserved.
@REM
@REM
@REM Use of this source code is subject to the terms of your Microsoft Windows CE
@REM Source Alliance Program license form. If you did not accept the terms of
@REM such a license, you are not authorized to use this source code.
@REM
@echo off
echo Merging IPL and Image to create diskimage.nb0
copy /b %_FLATRELEASEDIR%/ipl.nb0 + %_FLATRELEASEDIR%/mbstrata.nb0 %_FLATRELEASEDIR%/diskimage.nb0
REM del %_FLATRELEASEDIR%/mbstrata.nb0