Utility to create a map of HTML files
Usage: HtmlTree DirSpec TargetHTMLFile [Switches]
Switch: { -option, /option }
Options: B, b Path: directory base, U, u URL: URL base
O, o File: omit this filename in URL
N, n Path: do not process subdirectories of this directory
Q, q: quiet mode, H, h, ?: this help
The utility scans the directory DirSpec including its subdirectories and searches for all files matching the specification *.HTM*. The created file map in the HTML format is stored into TargetHTMLFile.
HtmlTree \WWW W3Map.html /u/ /oindex.htm* /n\WWW\infosThis command creates the map of a homepage located at \WWW and stores it in the file W3Map.html. The switch /u/ tells the utility that the directory \WWW is identical to the relative URL /. The switch /oindex.htm* simplifies the URLs, since the WWW server interprets Path/ as Path/index.htm*.
HtmlTree \WWW VerifyW3.html "/uhttp://validator.w3.org/check?weblint=&pw=&uri=http://www.mydomain.com" /oindex.htm* /n\WWW\infosThis command creates the map of a homepage for validation by the W3C HTML Validation Service.
![]() |
HtmlTree-1-2.zip, 33.2 KB: Utility to create a map of HTML files as a zip archive |
To open the zip archives and to extract data from them, you need a dedicated program.