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: @echo off sl@0: sl@0: del %TEMP%\epocwind.out sl@0: sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_alterpc.exe sl@0: copy %TEMP%\epocwind.out t_alter.txt sl@0: rem t_comp depends on t_bench sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_benchpc.exe sl@0: copy %TEMP%\epocwind.out t_bench.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_comppc.exe sl@0: copy %TEMP%\epocwind.out t_comp.txt sl@0: sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_bigpc.exe sl@0: copy %TEMP%\epocwind.out t_big.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_bugpc.exe sl@0: copy %TEMP%\epocwind.out t_bug.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_clientpc.exe sl@0: copy %TEMP%\epocwind.out t_client.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_dbmspc.exe sl@0: copy %TEMP%\epocwind.out t_dbms.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_dbmsscriptpc.exe sl@0: copy %TEMP%\epocwind.out t_dbmsscript.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_defectpc.exe sl@0: copy %TEMP%\epocwind.out t_defect.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_indexpc.exe sl@0: copy %TEMP%\epocwind.out t_index.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_longcolpc.exe sl@0: copy %TEMP%\epocwind.out t_longcol.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_windowpc.exe sl@0: copy %TEMP%\epocwind.out t_window.txt sl@0: sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_failpc.exe sl@0: copy %TEMP%\epocwind.out t_fail.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_sqlpc.exe sl@0: copy %TEMP%\epocwind.out t_sql.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_limitpc.exe sl@0: copy %TEMP%\epocwind.out t_limit.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_transpc.exe sl@0: copy %TEMP%\epocwind.out t_trans.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_DbmsStrComppc.exe sl@0: copy %TEMP%\epocwind.out t_dbmsstrcomp.txt sl@0: %EPOCROOT%epoc32\release\winscw\urel\t_panicpc.exe sl@0: copy %TEMP%\epocwind.out t_panic.txt