tsrc/init/imtest_settings.bat
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description: Create settings for test cases
       
    15 rem
       
    16 
       
    17 @echo off
       
    18 
       
    19 echo Cleaning old SAPSettings
       
    20 
       
    21 cd \
       
    22 cd \epoc32\winscw\c\private\10202be9\persists
       
    23 del 101f884c.cre /S /Q
       
    24 
       
    25 echo copying cre file
       
    26 
       
    27 xcopy /R /Y \s60\app\imppapplications\tsrc\init\101f884c.cre 
       
    28 
       
    29 echo Cleaning old phonebook database file
       
    30 cd \
       
    31 cd \epoc32\WINSCW\C\private\10003a73
       
    32 del contacts.cdb /S /Q
       
    33 
       
    34 echo Copying new phonebook database file
       
    35 xcopy /R /Y \s60\app\imppapplications\tsrc\init\contacts.cdb 
       
    36 
       
    37 cd \
       
    38 
       
    39 echo settings created for test cases