Hi, does anyone know of a way on how te create a custom 'namespace'? I would like to be able to link to documents through the use of my program, so I can enforce certain security and rules.

What I'm looking for is something like linking to myapp://12345.doc where when clicked, my app launches and gets the 12345.doc value passed.

I assume this will require some shell programming, but I haven't been able to find any info on this.

Thanks