(PYVMS LOGO)

CVT__HTML.COM is normally called from CVT_DOC.COM. It converts all '.HTML' files in the [.VMS.DOC] subdirectory except for those which have the '<RNO NOCONVERT>' tag in the first line. Because the conversion process takes some time CVT__HTML.COM does only convert those '.HTML' files which have a later creation date than the corresponding '.RNO' file.

One can delete all versions of a '.RNO' file to force a new translation of the '.HTML' file. The [.VMS.DOC] directory also contains a procedure named CLEANUP.COM which deletes all files that will be created from running CVT_DOC.COM.

It requires a working Python executable (named [.VMS]PYTHON_arch.EXE), the procedure SETUP.COM and HTML2RNO.PY. ('arch' can be "ALPHA" or "VAX").

The procedure contains only minimal error checking - e. g. it fails on an empty '.HTML' file.

Format:

    $ @CVT__HTML
Arguments:

none

Example:

$ @CVT__HTML
%CVT__HTML-I-CVTFIL, converting file
 \DKA100:[PYTHON.PYTHON-1_5.VMS.DOC]BUILDING.HTML;97\
%CVT__HTML-I-NOCVT, converting not necessary for file
 \DKA100:[PYTHON.PYTHON-1_5.VMS.DOC]CVT__HTML.HTML;1\
%CVT__HTML-I-NOCVT, converting not necessary for file
 \DKA100:[PYTHON.PYTHON-1_5.VMS.DOC]DOC_ACCESS.HTML;18\
[...]
%CVT__HTML-I-NOCVT, converting not necessary for file
 \DKA100:[PYTHON.PYTHON-1_5.VMS.DOC]HTML2RNO.HTML;13\
%CVT__HTML-W-CVTREJ, file conversion rejected due to <RNO NOCONVERT>
 \DKA100:[PYTHON.PYTHON-1_5.VMS.DOC]IDX.HTML;32\
%CVT__HTML-I-NOCVT, converting not necessary for file
[...]
%CVT__HTML-I-NOCVT, converting not necessary for file
 \DKA100:[PYTHON.PYTHON-1_5.VMS.DOC]VMS_SYS.HTML;66\
%CVT__HTML-I-CVTCNT, converted 1 files
$

(go to: table of contents, Tools in TOC, index)

26-JUL-1998 ZE.