common/hlm.bat
author dario
Mon, 27 Apr 2009 17:58:07 +0100
changeset 171 a6f2b8d175d0
parent 6 8bbcf7b2218d
permissions -rw-r--r--
The prefix "hlm" for element "hlm:argSet" was not bound.

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