Updated preprocess_log to deal with mal-formed <archive> tags - workaround for Bug 170.
Also re-jigged to use STDIN and STDOUT rather than filename options on the CLI.
@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