servicewidget/themes/install-themes/doreset.cmd
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:33:36 +0100
branchRCL_3
changeset 23 9a48e301e94b
parent 0 5e5d6b214f4f
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

@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: 
@rem
@echo off
rem ** 
rem ** Execute this batch file when you want to reuse same configuration UIDs in other test configurations
rem **

SETLOCAL

set tmp_path="\epoc32\winscw\c\private\200159C0"
echo Processing %tmp_path%...
if exist %tmp_path% rmdir %tmp_path% /s /q

set tmp_path="\epoc32\release\winscw\udeb\z\private\200159C0"
echo Processing %tmp_path%...
if exist %tmp_path% rmdir %tmp_path% /s /q

set tmp_path="\epoc32\release\armv5\urel\z\private\200159C0"
echo Processing %tmp_path%...
if exist %tmp_path% rmdir %tmp_path% /s /q

set tmp_path="\epoc32\data\c\private\200159C0"
echo Processing %tmp_path%...
if exist %tmp_path% rmdir %tmp_path% /s /q

set tmp_path="\epoc32\data\Z\private\200159C0"
echo Processing %tmp_path%...
if exist %tmp_path% rmdir %tmp_path% /s /q

set tmp_path="\epoc32\data\Z\resource\homescreen"
echo Processing %tmp_path%...
if exist %tmp_path% rmdir %tmp_path% /s /q

del \epoc32\winscw\c\private\10202be9\persists\200159c9.cre
del \epoc32\winscw\c\private\10202be9\persists\10275104.cre

echo Done

ENDLOCAL