hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 19 Oct 2009 14:27:35 +0100
changeset 50 e8b76d25d90c
parent 0 d1c51edcc657
permissions -rw-r--r--
Remove dump of stdout/stderr to files as no longer required for brag computation

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal