hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 30 Jul 2009 18:14:55 +0100
changeset 33 4d7642508510
parent 0 d1c51edcc657
permissions -rw-r--r--
Pass the job rootdir as parameter to helium

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