From: Martin DeMello Date: 2004-11-03T15:33:47+09:00 Subject: Re: [ANN] win32-eventlog 0.3.0 Daniel Berger wrote: > > It didn't work because net send's are logged in the "System" log, not > the "Application" log. The latter is what EventLog.open() defaults to > if no source is specified. Modify the notify.rb script, and create an > EventLog object this way: > > e = EventLog.open("System") > > It worked fine for me. :) Perfect! Thanks - this is going to save me a lot of tedium. martin