Ace:

A quick search of the reskit uncovered this...

quote:

dumpel.exe

This command-line utility can be used to dump an event log into a tab-separated text file. It can also be used to apply a filter to find or exclude certain event types. You can use this utility to dump the event log of both local and remote systems.

To dump the system event log on server \\Eventsvr to a file Event.out:

dumpel -s eventsvr -l system -f event.out

To dump the local system event log, including only rdr events 2013:

dumpel -l system -m rdr -e 2013

To dump the local application log, and include all events except ones from the garbase source:

dumpel -l application -m garbase -r


Luck

Shawn.

[This message has been edited by Shawn (edited 16 January 2001).]