tsrc/init/imtest_settings.bat
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 11:50:09 +0200
changeset 2 7b3b89e6be20
parent 0 094583676ce7
permissions -rw-r--r--
Revision: 201001 Kit: 201004

rem
rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
rem All rights reserved.
rem This component and the accompanying materials are made available
rem under the terms of "Eclipse Public License v1.0"
rem which accompanies this distribution, and is available
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
rem
rem Initial Contributors:
rem Nokia Corporation - initial contribution.
rem
rem Contributors:
rem
rem Description: Create settings for test cases
rem

@echo off

echo Cleaning old SAPSettings

cd \
cd \epoc32\winscw\c\private\10202be9\persists
del 101f884c.cre /S /Q

echo copying cre file

xcopy /R /Y \s60\app\imppapplications\tsrc\init\101f884c.cre 

echo Cleaning old phonebook database file
cd \
cd \epoc32\WINSCW\C\private\10003a73
del contacts.cdb /S /Q

echo Copying new phonebook database file
xcopy /R /Y \s60\app\imppapplications\tsrc\init\contacts.cdb 

cd \

echo settings created for test cases