Example 1: Check bookmarks
The following example checks the bookmarks in three specified folders. All defined bookmark actions are temporarily disabled during the check.
At the beginning, WebSite-Watcher prompts you to confirm whether the Script should be executed.
// Ask if the script should be executed
QuestionBox "Run the script ?" /ContinueOnYes /beep
// disable bookmark actions
SetBookmarkActionSendMail /off
SetBookmarkActionOpenWebsite /off
SetBookmarkActionRunPrg /off
SetBookmarkActionLWA /off
SetBookmarkActionExport /off
SetBookmarkActionScraper /off
// Check the following folders
CheckFolder "Tools\Internet"
CheckFolder "Blogs" /subfolder
CheckFolder "Magazines"