sl@0: @rem sl@0: @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: @rem All rights reserved. sl@0: @rem This component and the accompanying materials are made available sl@0: @rem under the terms of "Eclipse Public License v1.0" sl@0: @rem which accompanies this distribution, and is available sl@0: @rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: @rem sl@0: @rem Initial Contributors: sl@0: @rem Nokia Corporation - initial contribution. sl@0: @rem sl@0: @rem Contributors: sl@0: @rem sl@0: @rem Description: sl@0: @rem sl@0: sl@0: REM Remove old results from MMC sl@0: del e:\logs\testexecute\te_tsi_icl_pluginsupport_01suite.htm sl@0: md e:\logs sl@0: md e:\logs\testexecute sl@0: sl@0: REM Create destination directories for test images sl@0: md c:\te_tsi_icl_pluginsupport_01 sl@0: sl@0: REM Copy test images from MMC to ROM sl@0: copy e:\te_tsi_icl_pluginsupport_01\*.* c:\te_tsi_icl_pluginsupport_01 sl@0: sl@0: REM Run the tests sl@0: testexecute z:\testdata\scripts\te_tsi_icl_pluginsupport_01suite.script sl@0: sl@0: REM Move the results file from the ROM to the MMC sl@0: move c:\logs\testexecute\te_tsi_icl_pluginsupport_01suite.htm e:\logs\testexecute\te_tsi_icl_pluginsupport_01suite.htm sl@0: sl@0: REM Delete the test images sl@0: del c:\te_tsi_icl_pluginsupport_01\*.*