[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
$!-----------------------------------------------------------------------------
$! HTML_CONFIG.COM
$!
$! simply generate the static config documentation
$!
$! 09-MAR-2019  MGD  initial
$!-----------------------------------------------------------------------------
$!
$ set on
$ default = f$environment("default")
$ set default wasd_root:[wasdoc.config]
$ delete *.html;*
$ mcr cgi_exe:wasdoc.exe /output=index.html /insight
$ mcr cgi_exe:wasdoc.exe /chunked /output=config.html /main /insight
$ set default 'default'
$!
$!-----------------------------------------------------------------------------