The Batch Wizard allows you to specify a custom footer that is used in the HTML reports. If a general footer is specified in the Reporting 1 Tab of the Batch Wizard Options, then it applies to all target lists unless an overriding footer has been specified in the Target List Options Tab for a specific target list. This allows a general custom footer to be used for all target lists while also allowing each target list to use a more specific custom footer if desired.
The comments in the source of a Batch Wizard report can be viewed to see what the default footer is. It is the default footer part of the report that will be replaced if a file is specified here.
In a custom footer, you can use $"CURRENTDATE" for the date and $"CURRENTTIME" for the time (new v9.0230).
The default footer is (may change in newer versions):
<!-- Begin default footer (can be changed in Batch Wizard Options) -->
<p class="footer">Report created by <a href="http://www.htmlvalidator.com/">CSE
HTML Validator Professional v9.02</a>.<br>
Copyright ©1997-2009 AI Internet Solutions. All rights reserved,
worldwide.<br>
Created $"CURRENTDATE" at $"CURRENTTIME".</p>
<!-- End default footer -->