hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 26 Jun 2009 17:08:28 +0100
changeset 21 4b02facbff8f
parent 0 d1c51edcc657
permissions -rw-r--r--
Changed path to take account of new bishare alias

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