From the NT resource kit :
Dump Event Log is a command-line utility that dumps an event log for a local or remote system into a tab-separated text file. This utility can also be used to filter for or filter out certain event types.
Dump Event Log topics
Dump Event Log syntax
Dump Event Log Examples
For more information
Open DUMPEL.DOC now.
Overview of Windows NT Resource Kit Tools version 4.00.03 © Microsoft Corporation 1985 - 1997
Main Topics
Browse All Topics





by: jimwassonPosted on 2000-09-21 at 10:55:56ID: 4393416
Do you have access to the book "Programming Server-Side Applications for Microsoft WIndows 2000" by Richter and Clark? They provide a sample called EventMonitor that I think can be adapted to do what you want. It reads the NT event log and displays it in a dialog box. You can easily adapt the code to dump to a text file.