Take advantage of the Windows Scripting Host to automate processes and get out of the linear mode of programming that ties up a user’s PC. Often when you write programs, they do not need user input aside from the initial user input. Don’t tie up their machine while you do mundane processing after you get the info. Think of it like DOS batch programming, or simplified N-tier processing. You’ve got a program that happens once a month or so, and Windows Scripting Host is the perfect way to kick it off on your server on a regular basis.