hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 26 Mar 2010 15:06:44 +0000
changeset 73 457adde87bbd
parent 0 d1c51edcc657
permissions -rw-r--r--
Change URLs to fbf repo to match new locations under sftools

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