plugins/consoles/win32cons/group/fshell.bat
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Sun, 04 Jul 2010 15:58:56 +0100
changeset 3 859da167ccfe
permissions -rw-r--r--
Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute. Also removed a bunch of duplicate def files. Fixed fshell.bat so that the emulator starts with platsec switched on.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     1
@REM fshell.bat
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     2
@REM 
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     3
@REM Copyright (c) 2010 Accenture. All rights reserved.
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     4
@REM This component and the accompanying materials are made available
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     5
@REM under the terms of the "Eclipse Public License v1.0"
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     6
@REM which accompanies this distribution, and is available
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     7
@REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     8
@REM 
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     9
@REM Initial Contributors:
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    10
@REM Accenture - Initial contribution
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    11
@REM
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    12
@%epocroot%epoc32\release\winscw\udeb\fshell.exe -mfshellconsole -dnogui  -- --console win32cons.dll %*
859da167ccfe Fixing some epocroot build issues. Added tefcons for hooking fshell into TestExecute.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    13
@if %ERRORLEVEL% NEQ 0 echo fshell.exe exited with error %ERRORLEVEL%