Thank you in advance for any help that you can give!
I am running a script that dumps each log every hour to an .ini file using the following command:
c:\pctech\dumpevt\dumpevt.exe /logfile=app /outfile=c:\pctech\reports\applog.ini
Dumpevt is appending to the file correctly, however is appending all the previous logs and not just the "new" event logs since the last dump. What do I have wrong in my command?
I have already downloaded the lastest and greatest dumpevt files.
I am running a script that dumps each log every hour to an .ini file using the following command:
c:\pctech\dumpevt\dumpevt.exe /logfile=app /outfile=c:\pctech\reports\applog.ini
Dumpevt is appending to the file correctly, however is appending all the previous logs and not just the "new" event logs since the last dump. What do I have wrong in my command?
I have already downloaded the lastest and greatest dumpevt files.
Comment