If this script runs on a workstation, it opens the CLUNK.NSF database on the local computer.
If this script runs on the server Khartoum, it opens the CLUNK.NSF database on the server Khartoum.
Dim db As New NotesDatabase _
( "", "senses\sounds\clunk.nsf" )
On a Macintosh, if CLUNK.NSF is located in the Sounds folder, inside the Senses folder, the script looks like this:
Dim db As New NotesDatabase _
( "", "senses:sounds:clunk.nsf" )