Changing a users bookmarks for them

Hi Guys

I building a tool to help user as they are migrated from one Notes Infrastructure to another

which need to include pointing them at teh application replicas on the new servers

I’ve managed to

  1. manipulate the Notes workspace by using @Command( [RenameServer] ; olddserver; oldfile; newserver)

  2. change replication options to the new server

but I’ve also been asked to change any bookmarks the user might have created.

I’ve been told that bookmark.nsf holds the data in the form of an ordinary outline that can be read and manipulated through Lotusscript

I’ve taken a look at my own bookmark.nsf and this seems plausible.

Has anyone out there done this?

or even simply can tell which outline or outlines to change?

Subject: try dsktool.exe

I recently learned about a tool from IBM called dsktool.exe, which might do the job for you:http://www-1.ibm.com/support/docview.wss?rs=463&context=SSKTMJ&dc=D400&uid=swg24004260

Subject: Looked at DSKTool.exe…

seems to affect the desktop but not bookmarks

and cannot be run while notes client is running …

makes it difficult to automate