-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com -- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions. set termout off set markup HTML ON HEAD "&1" BODY "" TABLE "border='1' align='center' summary='Script output'" SPOOL ON ENTMAP ON PREFORMAT OFF def _htmlrun_spoolfile=&_tpt_tempdir/htmlrun_&_tpt_tempfile..html spool &_htmlrun_spoolfile prompt &1 clear buffer 1 &1 / spool off set markup html off spool off host &_start &_htmlrun_spoolfile set termout on