Timothy Vismor wrote: > > A common way to guarantee a unique instance of a Windows application > is to use a well known mutex name. A simple example is: > Thanks, that looks pretty good. We'd need to solve one more problem also, which is how to get the address of the existing process... any typical pattern for that? ;-) Havoc