On 15 Oct 2000, Matthew Emmett wrote: > Hi all, > > When netscape screws up and dies, it sometimes leaves it's "dns
[snip] I made a script caled 'killzilla' that I run when netscape pukes. I have it assigned to a hotkey in sawmill. The script: #!/bin/sh kill -9 `pidof communicator-smotif.real` rm ~/.netscape/lock You might have to change the communicator-smotif.real part if you don't have communicator installed. (eg: if you installed only the navigator part). Works For Me. Ian