sl@0: @echo off 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 the License "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: goto b%1 sl@0: :b sl@0: :bdeb sl@0: set _where_=\Epoc32\Release\wins\deb\eshell.exe sl@0: goto doit sl@0: :brel sl@0: set _where_=\Epoc32\Release\wins\rel\eshell.exe sl@0: goto doit sl@0: :budeb sl@0: set _where_=\Epoc32\Release\wins\udeb\eshell.exe sl@0: goto doit sl@0: :burel sl@0: set _where_=\Epoc32\Release\wins\urel\eshell.exe sl@0: :doit sl@0: echo \F32\TSHELL\ESHELL... sl@0: %_where_% sl@0: set _where_= sl@0: sl@0: