hlm.bat
author BuildAdmin@LON-ENGBUILD89
Wed, 22 Apr 2009 19:04:39 +0100
changeset 9 faf8e4898015
parent 0 d1c51edcc657
permissions -rw-r--r--
Cleaned the bootstrap code

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