os/graphics/graphicstest/graphicstestharness/batch/retain_files.cmd
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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