os/kernelhwsrv/userlibandfileserver/fileserver/etshell/run.cmd
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 @echo off
     2 rem
     3 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4 rem All rights reserved.
     5 rem This component and the accompanying materials are made available
     6 rem under the terms of the License "Eclipse Public License v1.0"
     7 rem which accompanies this distribution, and is available
     8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 rem
    10 rem Initial Contributors:
    11 rem Nokia Corporation - initial contribution.
    12 rem
    13 rem Contributors:
    14 rem
    15 rem Description:
    16 rem
    17 goto b%1
    18 :b
    19 :bdeb
    20 set _where_=\Epoc32\Release\wins\deb\eshell.exe
    21 goto doit
    22 :brel
    23 set _where_=\Epoc32\Release\wins\rel\eshell.exe
    24 goto doit
    25 :budeb
    26 set _where_=\Epoc32\Release\wins\udeb\eshell.exe
    27 goto doit
    28 :burel
    29 set _where_=\Epoc32\Release\wins\urel\eshell.exe
    30 :doit
    31 echo \F32\TSHELL\ESHELL...
    32 %_where_%
    33 set _where_=
    34 
    35