exitdelay 1.0
Copyright (C) 2005 Jem E. Berkes [ www.sysdesign.ca ]

Usage: exitdelay windowtitle delayminutes


This software is released as freeware, without any kind of warranty.
Use at your own risk. Compatible with Windows NT 4.0/2000/XP.


'exitdelay' is a command line program that locates a top level system window by
its title, and then sends a termination message after an indicated time delay.
This can be used to terminate unattended programs after fixed delays, or in scripts
that require timed processing.

The target window is obtained through a case insensitive substring search of window
titles. Only the first matching window title is taken as the target window.
Examples:

exitdelay mozilla 90
exitdelay winamp 120
