hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 19 Oct 2009 16:33:58 +0100
changeset 53 ae4992ce7268
parent 0 d1c51edcc657
permissions -rw-r--r--
Add quotes around comma-separated list of Diamonds tags

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