hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 09 Apr 2009 15:09:49 +0100
changeset 7 e042f0022639
parent 0 d1c51edcc657
permissions -rw-r--r--
Fixed to enable the temp directory to be created in the right place, and avoid cluttering up the CWD.

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