@Command({FileSave}) to prevent database icons on desktops

To prevent database icons from being added to the end user desktop, can I use the following formula?

 @Command([FileSave]; server; db; ""; ""; "" ; "1")


@Command([FileSave]) is used to save a document in the Notes UI. If the user is saving a document in the UI, the database icon will already have been added to the workspace. If you are asking how to remove an icon that already exists, you can use @Command([FileDatabaseRemove]). **The database icon must be selected, but the database cannot be open.


This was first published in September 2001