Open DB without putting icon on workspace?

I open databases from dozens of servers all the time. In order to clean out the File | Database | Open list of servers I must go through and delete hundreds of files off my workspace.

Is there a way to open databases in this manner without putting an icon on the WorkSpace. Since I use bookmarks instead of the WorkSpace, it doesn’t matter that it gets cluttered other than the fact that my server list is horribly long.

(Also - When using my code to open a db from the NAB it places an icon on the workspace).

Thank you!

Subject: Open DB without putting icon on workspace?

@Command([FileOpenDatabase];server:path;“”;“”;“”;“1”)will open the database and not add an icon. A ‘0’ instead of a ‘1’ will add the icon.

Steve