hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 20 Nov 2009 12:43:59 +0000
changeset 61 cfb15e4d62a4
parent 0 d1c51edcc657
permissions -rw-r--r--
In letters file allow timestamp=0 to have the drive left alone

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