Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I need to create a script that will save my event log files on a per day basis. For exemple in the following format:
c:\logs\application\date\file.log c:\logs\system\date\file.log c:\logs\security\date\file.log OR c:\logs\application\date.log c:\logs\system\date.log c:\logs\security\date.log
I know how to create a batch file to save the logs using the "AT" command and dumpel.exe provided with NT reskit. However I really don't know how to have it change the name ouf the output file to match the current date. Anybody knows how to do it or knows of an application that does it?
Summary: You could ofcourse use the AT command, just specify 96 (24*4) different jobs to be run every day. Or just find some shareware scheduler to do the work for you. ...
Summary: From my NT pc I am using Event Viewer to open up the event logs of one of my servers so that I can save the logs. I am able to save the logs as .txt files with no problem but when I try to save them ...