hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 30 Jul 2009 18:00:18 +0100
changeset 32 11821242bc3e
parent 0 d1c51edcc657
permissions -rw-r--r--
Make G: the working drive (unless not ready) and D: the second option

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