Dirhtml Help - Batch/VBS Files

Once dirhtml is set up to build file(s) satisfactorily, press F7 or click the 'Save Batch File' button on Input/Output page.   Dirhtml will create a batch and functionally identical .vbs file linked to an .init file that incorporates all current settings.  This makes it possible for the file(s) to be rebuilt by executing a batch file, which is convenient if files are rebuilt repeatedly or many files are built simultaneously.

Any dirhtml .init file can be opened by pressing F8, edited, and saved with F9.

If the root folder (read from the .init file) is ".", the current directory will be used as the root folder.  In theory, this makes it possible to call dirhtml directly via a web language (perl/python/etc.) with an appropriate .init file argument, wait for the file to be generated, then display it.

If desired, the generated root file can be automatically launched after being built by selecting the Auto-launch checkbox on the Input/Output page.

Automatically created batch files use non-unicode 8.3 style file references (when available).   A functionally identical unicode .vbs script is created whenever a batch file is created.