CreateReport /template="..." /output="..." /bookmarks=all|changed


Creates a Report using the specified parameters.


  • /template="..."
    Defines the Report Template, including the full path and file name.

  • /output="..."
    Defines the target file where the Report will be saved, including the full path and file name.

    In the parameters /template and /output, you can use the variables {programdir} and {bookmarkdir}, which are replaced with the corresponding directory paths. {programdir} is the installation directory of WebSite-Watcher. {bookmarkdir} is the directory of the currently opened Bookmark file (*.wsw). Both variables include a trailing backslash. See also Predefined variables.

  • /bookmarks=all|changed|unread|selected
    Specifies which Bookmarks are included in the Report.
    all ... All Bookmarks.
    changed ... All Bookmarks changed during the last check run.
    unread ... All changed or unread Bookmarks that are displayed in red and bold.
    selected ... All Bookmarks currently selected in the main window.

  • /folder="..."
    Creates a Report for the specified folder. Folders and subfolders must be separated by a backslash.
    For example: /folder="Software\WSW"

  • /subfolder
    Includes all subfolders. Can only be used together with the parameter /folder="...".



Example:

CreateReport /template="{bookmarkdir}changes.htm" (+)
             /output="e:\report.htm" (+)
             /bookmarks=changed