common/hlm.bat
author brendand
Mon, 02 Nov 2009 14:31:56 +0000
changeset 727 51155e4c46ba
parent 6 8bbcf7b2218d
permissions -rw-r--r--
fix bug with multiple harnesses

@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