Navigation:  Batch Wizard >

Target List Options Tab
(tick_24Pro, cross_24Std, cross_24Lite)

Previous pageReturn to chapter overviewNext page

This is where you can change options that are specific to a specific Batch Wizard target list. With some options, default values can be overridden for a specific target list. Changing options here will affect only the currently active target list and will not affect any other target lists.

vistabatchwizardtargetlistoptionsv804

File Options

HTML report filename (root page) - Specify the root page (which should include full path information) of the HTML report that will be generated. Specifying a report filename here will override the default report filename in the Batch Wizard Options for the currently active target list only.
Use external CSS file to change look - Specify the CSS file (which should include full path information) to use for the HTML report that will be generated. Specifying a CSS file here will override the default CSS file in the Batch Wizard Options for the currently active target list only.
HTML report footer filename - Specify the footer (which should include full path information) for the HTML report that will be generated. Specifying a footer filename here will override the default footer in the Batch Wizard Options for the currently active target list only. 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.

Other Options

Do not process targets matching these strings - Specify a list of strings, separated by semicolons. If a target matches one of these strings then it is not processed. The full target URL or, if a file target, the full path and filename (like c:\html\index.html) is used in the comparison. This allows you to exclude certain folders or documents from being processed for the currently active target list only. The wildcard character "*" (an asterisk) may be used at the beginning and/or end of each string. For example, to exclude all documents in a certain folder/directory, specify http://www.domain.com/directory/*. To exclude all documents named donotvalidate.html, specify *donotvalidate.html NOTE: Do not surround the semicolons by extra spaces. Extra spaces are considered part of the string..

NOTE: In v6.01 and previous versions, the above option was called Do not process targets beginning with these strings. For the same behavior in v6.50 and above, add an asterisk (*) to each string that was specified in the v6.01 option. For example, if the v6.01 string was http://www.domain.com/excludethisdir/, then the new string (to get the same behavior) for v6.50 and above would be http://www.domain.com/excludethisdir/*.

Don't check these links - Specify a list of strings, separated by semicolons. If a link (after being changed to an absolute link) matches one of these strings then it is not checked by the link checker and does not appear in the link check results. This allows you to exclude certain links from being checked for the currently active target list only. The wildcard character "*" (an asterisk) may be used at the beginning and/or end of each string. For example, to exclude checking links in a certain folder/directory, specify http://www.domain.com/directory/*. This option has no effect if link checking is not enabled. This option only affects link checking, not target processing. NOTE: Do not surround the semicolons by extra spaces. Extra spaces are considered part of the string.
Check ONLY these link - Specify a list of strings, separated by semicolons. If a link (after being changed to an absolute link) does not match one of these strings then it is not checked by the link checker and does not appear in the link check results. This allows you to include only certain links to check for the currently active target list only. The wildcard character "*" (an asterisk) may be used at the beginning and/or end of each string. For example, to only check links for a specific domain, specify *domain.com*. This option has no effect if link checking is not enabled. This option only affects link checking, not target processing. NOTE: Do not surround the semicolons by extra spaces. Extra spaces are considered part of the string. (New v8.00)

NOTE: If strings are specified in both Don't check these links and Check ONLY these links, then a link is checked only if it matches a string specified in Check ONLY these links AND does not match a string specified in Don't check these links. Also, note that link checking has to be enabled for these options to work.

NOTE: The status of some link checks may show that a link is good or bad even when you may not expect this to show because of the Don't check these links or Check ONLY these links option. This may be because the link was previously checked during a different job and is stored in the link cache. If this is the case and you don't want this to happen, then be sure to clear the link cache before processing a target list or to exit CSE HTML Validator and reload it (this will also clear the link cache).

Targets matching these strings are case insensitive - Specify a list of strings, separated by semicolons. This overrides the default value if it is anything other than an empty string. If a target matches one of these strings then it is compared to other targets with a case insensitive compare. This allows one to specify servers that are case insensitive. The wildcard character "*" (an asterisk) may be used at the beginning and/or end of each string. For example, if the server "www.domain.com" is a Microsoft Windows server and is case insensitive, then specify http://www.domain.com/* or *www.domain.com* so that the Batch Wizard knows that http://www.domain.com/page.html is the same document as http://www.domain.com/PAGE.HTML. This will prevent the Batch Wizard from checking the same document twice. Specify only "*" (without the quotes) to compare all targets case insensitively. NOTE: Do not surround the semicolons by extra spaces. Extra spaces are considered part of the string.