This script helped me configure an enterprise monitoring system. I created little events in the Windows event log and monitored the events using the syslog […]
Continue readingTag: Logs
Output the Date in a Windows Batch Script
This simple script will output the date in the MMDDYYYY format. The script can be used to enhance other scripts, for log files, etc. @echo […]
Continue readingRead Each Line of a File with VBScript
A very useful script that will read each line of a text file and output the results. I use this for everything from reading log […]
Continue reading