First public contribution.
1 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
2 rem All rights reserved.
3 rem This component and the accompanying materials are made available
4 rem under the terms of "Eclipse Public License v1.0"
5 rem which accompanies this distribution, and is available
6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 rem Initial Contributors:
9 rem Nokia Corporation - initial contribution.
16 rem Copy the files that we want to keep
17 set SOURCE=%EMULATOR_C_DIR%\%1
18 set TARGET=%EPOCROOT%epoc32\data\retained_files\%2
22 for %%i in (%SOURCE%\*.mbm) do bmconv /u %%i %%i.bmp
24 xcopy %SOURCE%\*.* %TARGET% /EIR
26 rem then call the real post script
27 call %EMULATOR_DATA_DIR%\%3 %4 %5 %6 %7 %8 %9