On Sat, 31 Jan 2009 02:40:05 -0000, "dedebaykus" <[email protected]> wrote:
>What I need to do is run a program every 15 min, let it run the >program for 14 min, send couple keys and then close the program(via >keystrokes). Then run it again... > >What would be the easiest and proven method for this? Set the scheduler to run a script every 15 minutes. The script checks if the program is running. If not it starts the program. If it is running then it sends the keys, then the keys to close the program, waits for it to close, and then starts it again. -- Carroll B. Robbins, Jr.
