Hey guys, I wrote a VB program that will allow me to automatically email myself the event logfiles from my computers at work so I can keep track of error reports in a more organized fasion. the only problem I'm having is that I'm trying to figure out how I can schedule the event logs to be exported to a location so that the application I wrote can send them to me. I've tried writing a batch file that would copy the "AppEvent.evt" and "SysEvent.evt" to a location, and it worked except for the fact that when I tried opening those files it said that the files were corrupted. I'm obviously doing something wrong here. Is there some other way I can schedule an export so that I can send and view these logfiles?