common/hlm.bat
author Arnaud Lenoir
Thu, 08 Oct 2009 19:19:19 +0100
changeset 625 4f9a01580199
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.

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