os/ossrv/genericopenlibs/cstdlib/TSTLIB/RUN.CMD
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericopenlibs/cstdlib/TSTLIB/RUN.CMD	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,89 @@
     1.4 +@rem
     1.5 +@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +@rem All rights reserved.
     1.7 +@rem This component and the accompanying materials are made available
     1.8 +@rem under the terms of "Eclipse Public License v1.0"
     1.9 +@rem which accompanies this distribution, and is available
    1.10 +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +@rem
    1.12 +@rem Initial Contributors:
    1.13 +@rem Nokia Corporation - initial contribution.
    1.14 +@rem
    1.15 +@rem Contributors:
    1.16 +@rem
    1.17 +@rem Description:
    1.18 +@rem
    1.19 +@echo off
    1.20 +goto b%1
    1.21 +:b
    1.22 +:bdeb
    1.23 +set _where_=\Epoc32\Release\WINS\DEB
    1.24 +goto doit
    1.25 +:brel
    1.26 +set _where_=\Epoc32\Release\WINS\REL
    1.27 +goto doit
    1.28 +:budeb
    1.29 +set _where_=\Epoc32\Release\WINS\UDEB
    1.30 +goto doit
    1.31 +:burel
    1.32 +set _where_=\Epoc32\Release\WINS\UREL
    1.33 +:doit
    1.34 +
    1.35 +echo \STDLIB\TSTLIB\STDLIB2K...
    1.36 +%_where_%\ESTLIB2K
    1.37 +if errorlevel 1 pause
    1.38 +
    1.39 +echo \STDLIB\TSTLIB\TTIME...
    1.40 +%_where_%\TTIME
    1.41 +if errorlevel 1 pause
    1.42 +
    1.43 +echo \STDLIB\TSTLIB\TFILES...
    1.44 +%_where_%\TFILES
    1.45 +if errorlevel 1 pause
    1.46 +
    1.47 +echo \STDLIB\TSTLIB\THELLO...
    1.48 +%_where_%\THELLO
    1.49 +if errorlevel 1 pause
    1.50 +
    1.51 +echo \STDLIB\TSTLIB\TMISC...
    1.52 +%_where_%\TMISC
    1.53 +if errorlevel 1 pause
    1.54 +
    1.55 +echo \STDLIB\TSTLIB\TMISC2...
    1.56 +%_where_%\TMISC2
    1.57 +if errorlevel 1 pause
    1.58 +
    1.59 +echo \STDLIB\TSTLIB\TDIRS...
    1.60 +%_where_%\TDIRS
    1.61 +if errorlevel 1 pause
    1.62 +
    1.63 +echo \STDLIB\TSTLIB\TMTHREAD...
    1.64 +%_where_%\TMTHREAD
    1.65 +if errorlevel 1 pause
    1.66 +
    1.67 +REM echo \STDLIB\TSTLIB\TLSTREAM...
    1.68 +REM %_where_%\TLSTREAM
    1.69 +REM if errorlevel 1 pause
    1.70 +
    1.71 +echo \STDLIB\TSTLIB\TISTREAM...
    1.72 +%_where_%\TISTREAM
    1.73 +if errorlevel 1 pause
    1.74 +
    1.75 +echo \STDLIB\TSTLIB\TPIPE2...
    1.76 +%_where_%\TPIPE2
    1.77 +if errorlevel 1 pause
    1.78 +
    1.79 +echo \STDLIB\TSTLIB\TCANCEL...
    1.80 +%_where_%\TCANCEL
    1.81 +if errorlevel 1 pause
    1.82 +
    1.83 +echo \STDLIB\TSTLIB\TWFILES...
    1.84 +%_where_%\TWFILES
    1.85 +if errorlevel 1 pause
    1.86 +
    1.87 +echo \STDLIB\TSTLIB\TWDIRS...
    1.88 +%_where_%\TWDIRS
    1.89 +if errorlevel 1 pause
    1.90 +
    1.91 +set _where_=
    1.92 +