SyncBookmarkFiles

Top  Previous  Next

SyncBookmarkFiles /targetfile="..." parameters

 

Synchronizes the opened bookmark file with the specified target bookmark file.

 

Parameters

 

/InsertOpened ... insert non-existing bookmarks into the opened file

 

/UpdateOpened ... update newer bookmarks in the opened file

 

/DeleteOpened ... delete removed bookmarks from the opened file

 

/InsertTarget ... insert non-existing bookmarks into the target file

 

/UpdateTarget ... update newer bookmarks in the target file

 

/DeleteTarget ... delete removed bookmarks from the target file

 

/targetfile="..." ... specifies the bookmark file (absolute path + filename) that should be synchronized with the opened bookmark file. You can use the variables {programdir} and {bookmarkdir}. {programdir} is the installation directory of WebSite-Watcher, {bookmarkdir} is the directory of the currently opened bookmark file (*.wsw). Both variables contain a trailing backslash. See also Predefined variables.

 

Example:

SyncBookmarkFiles /targetfile="{bookmarkdir}sync.wsw" (+)
                  /InsertTarget /UpdateTarget /DeleteTarget