Example 1: Check bookmarks

Top  Previous  Next

The following example checks the bookmarks in three specified folders. All defined bookmark actions are temporarily disabled during the bookmark check.

 

At the beginning, WebSite-Watcher asks if you want to run the script.

 

// 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
 
// Check the following folders
CheckFolder "Tools\Internet"
CheckFolder "Blogs" /subfolder
CheckFolder "Magazines"