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