In article <(E-Mail Removed)>, Steve
(E-Mail Removed) says...
>
> "Rob Morley" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) t...
> > In article <(E-Mail Removed)>, Steve
> > (E-Mail Removed) says...
>
> > You can use the Windows Management Instrumentation Command-line to kill
> > processes by name, e.g.
> >
> > wmic process where name='sol.exe' call terminate
> >
> > will close your solitaire game.
>
> Thanks Rob, but I was thinking more along the lines of a Windows XP based
> program that could maybe start and end programs.
>
WMIC /is/ Windows XP based - it's part of the standard installation.
Just stick the command in a batch file and call it from Task Scheduler.
Run applications normally from Task Scheduler, or stick them in a batch
file and call that from Task Scheduler.
If you want something that runs without using Task Scheduler you could
try CRONw - CRON for Windows.