|
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 the License "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 copy /s z:\tInstalledAppsRegistry\ c:\tInstalledAppsRegistry\ |
|
17 md c:\System |
|
18 md c:\System\Install |
|
19 md c:\System\Install\Registry |
|
20 md e:\System |
|
21 md e:\System\Install |
|
22 md e:\System\Install\Registry |
|
23 attrib c:\tInstalledAppsRegistry\Data\0000000C.REG -r |
|
24 attrib c:\tInstalledAppsRegistry\Data\0000000D.REG -r |
|
25 copy c:\tInstalledAppsRegistry\Data\0000000C.REG c:\System\Install\Registry\ |
|
26 copy c:\tInstalledAppsRegistry\Data\0000000D.REG e:\System\Install\Registry\ |
|
27 del c:\tInstalledAppsRegistry\Data\0000000C.REG |
|
28 del c:\tInstalledAppsRegistry\Data\0000000D.REG |
|
29 |
|
30 rem run tinstalledappsregistry tests |
|
31 tInstalledAppsRegistry c:\tInstalledAppsRegistry\scripts\script1.txt c:\testresults\tInstalledAppsRegistry.log |
|
32 |
|
33 rem copy logs to mmc card |
|
34 move c:\testresults\tInstalledAppsRegistry.log e:\testresults\tInstalledAppsRegistry.log |
|
35 |
|
36 attrib c:\*.* -r |
|
37 del c:\*.* |
|
38 |
|
39 REM tintegritysupport |
|
40 |
|
41 REM copy /s z:\tIntegritySupport\data\ c:\tIntegritySupport\data\ |
|
42 REM tIntegritySupport z:\tIntegritySupport\scripts\tisrecovery.txt c:\testresults\tisrecovery.log |
|
43 REM tIntegritySupport z:\tIntegritySupport\scripts\tisrecoveryapp.txt c:\testresults\tisrecoveryapp.log |
|
44 REM del /s c:\tIntegritySupport\data\ |
|
45 |
|
46 |