servicewidget/themes/install-themes/doreset.cmd
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     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: 
       
    15 @rem
       
    16 @echo off
       
    17 rem ** 
       
    18 rem ** Execute this batch file when you want to reuse same configuration UIDs in other test configurations
       
    19 rem **
       
    20 
       
    21 SETLOCAL
       
    22 
       
    23 set tmp_path="\epoc32\winscw\c\private\200159C0"
       
    24 echo Processing %tmp_path%...
       
    25 if exist %tmp_path% rmdir %tmp_path% /s /q
       
    26 
       
    27 set tmp_path="\epoc32\release\winscw\udeb\z\private\200159C0"
       
    28 echo Processing %tmp_path%...
       
    29 if exist %tmp_path% rmdir %tmp_path% /s /q
       
    30 
       
    31 set tmp_path="\epoc32\release\armv5\urel\z\private\200159C0"
       
    32 echo Processing %tmp_path%...
       
    33 if exist %tmp_path% rmdir %tmp_path% /s /q
       
    34 
       
    35 set tmp_path="\epoc32\data\c\private\200159C0"
       
    36 echo Processing %tmp_path%...
       
    37 if exist %tmp_path% rmdir %tmp_path% /s /q
       
    38 
       
    39 set tmp_path="\epoc32\data\Z\private\200159C0"
       
    40 echo Processing %tmp_path%...
       
    41 if exist %tmp_path% rmdir %tmp_path% /s /q
       
    42 
       
    43 set tmp_path="\epoc32\data\Z\resource\homescreen"
       
    44 echo Processing %tmp_path%...
       
    45 if exist %tmp_path% rmdir %tmp_path% /s /q
       
    46 
       
    47 del \epoc32\winscw\c\private\10202be9\persists\200159c9.cre
       
    48 del \epoc32\winscw\c\private\10202be9\persists\10275104.cre
       
    49 
       
    50 echo Done
       
    51 
       
    52 ENDLOCAL