hlm.bat
author Simon Howkins <simonh@symbian.org>
Mon, 05 Oct 2009 11:33:00 +0100
changeset 580 0a42a7ed6d8d
parent 0 571f289c60b8
permissions -rw-r--r--
Added XML escaping, so that the output should be well-formed XML even if the input includes '<'s, '>'s, or '&'s.

@echo off
setlocal
call %~dp0common\hlm.bat %*
endlocal