First public contribution.
1 rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 rem All rights reserved.
3 rem This component and the accompanying materials are made available
4 rem under the terms of "Eclipse Public License v1.0"
5 rem which accompanies this distribution, and is available
6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 rem Initial Contributors:
9 rem Nokia Corporation - initial contribution.
16 REM Remove old results from MMC
17 del e:\logs\testexecute\te_tsi_icl_dirscan_decode_01suite.htm
19 md e:\logs\testexecute
21 REM Create destination directories for test images
22 md c:\te_tsi_icl_dirscan_decode_01
23 md c:\te_tsi_icl_dirscan_decode_01\jpg
25 REM Copy test images from MMC to ROM
26 copy e:\te_tsi_icl_dirscan_decode_01\*.* c:\te_tsi_icl_dirscan_decode_01
27 copy e:\te_tsi_icl_dirscan_decode_01\jpg\*.* c:\te_tsi_icl_dirscan_decode_01\jpg
30 testexecute z:\testdata\scripts\te_tsi_icl_dirscan_decode_01suite.script
32 REM Move the results file from the ROM to the MMC
33 move c:\logs\testexecute\te_tsi_icl_dirscan_decode_01suite.htm e:\logs\testexecute\te_tsi_icl_dirscan_decode_01suite.htm
35 REM Delete the test images
36 del c:\te_tsi_icl_dirscan_decode_01\jpg\*.*
37 del c:\te_tsi_icl_dirscan_decode_01\*.*