graphicstest/graphicstestharness/batch/retain_files.cmd
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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".
       
     7 rem
       
     8 rem Initial Contributors:
       
     9 rem Nokia Corporation - initial contribution.
       
    10 rem
       
    11 rem Contributors:
       
    12 rem
       
    13 rem Description:
       
    14 rem
       
    15 
       
    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
       
    19 
       
    20 echo Source: %SOURCE%
       
    21 echo Target: %TARGET%
       
    22 for %%i in (%SOURCE%\*.mbm) do bmconv /u %%i %%i.bmp
       
    23 
       
    24 xcopy %SOURCE%\*.* %TARGET% /EIR
       
    25 
       
    26 rem then call the real post script
       
    27 call %EMULATOR_DATA_DIR%\%3 %4 %5 %6 %7 %8 %9