hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 04 Mar 2010 11:18:46 +0000
changeset 70 450398a72180
parent 0 d1c51edcc657
permissions -rw-r--r--
Move creation of letter file before Hudson space check, otherwise check could fail (if no file at all is present on the working drive)

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