VBS Script to autmaticly send Alt-Tab and switch opened programs
Option Explicit Dim objShell Set objShell = CreateObject("WScript.Shell") Do objShell.SendKeys "%+{TAB}" Wscript.Sleep 300000 Loop

System Administrator
I have a custom script to generate monthly reports about Hosts and Services.
The syntax is pretty simple:
/usr/local/nagios/libexec/report.pl –email=emailme@gmail.com –type=monthlyservice –debug=1
I usually add …
Exchange server-side Auto reply rule.
Tested and it works on Exchange 2003 and Outlook 2003.
1. Open your Exchange System Manager
2. Expand your “global Settings Folder”
3. Right Click …