Wrote a script to extract data for e32tests & f32tests based on input from:
richardcoles / Symbian Foundation Community Member
and
Krishna Achugatla from Symbian.
@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