hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 10 Aug 2009 18:28:49 +0100
changeset 42 71a252d194e6
parent 0 d1c51edcc657
permissions -rw-r--r--
Add help option

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