Reminder program

  • Thread starter Thread starter JustinK
  • Start date Start date
J

JustinK

Does anyone know of a program that I can set up to pop-up a reminder message
when a particular program is loaded? What I would like to do is load a
reminder message for my boss anytime he goes into his AOL e-mail. I am
envisioning a program that you can specify a certain window title to trigger
the reminder but so far I have been unsuccessful in locating such a thing.

TIA for your assistance
 
-----Original Message-----
Does anyone know of a program that I can set up to pop-up a reminder message
when a particular program is loaded? What I would like to do is load a
reminder message for my boss anytime he goes into his AOL e-mail. I am
envisioning a program that you can specify a certain window title to trigger
the reminder but so far I have been unsuccessful in locating such a thing.

TIA for your assistance
I'm not very knowledgeable in this area but have thought
about using a command script to use as a wrapper around
the program you're wanting to do this with? Something
simple like a cmd line echo message followed by a pause
command then run the program? You'd have to rename the
executable and call your script the original name of the
executable. That way no matter which way your boss got to
the program, he'd always run the script.

Just a thought.
 
Back
Top