I would like to be able to have a single Job open a program, then send key strokes to the open program. This seems to require 2 separate Tasks to accomplish.
I have tried using the Execute type of task for the first step, and the Send Keys type for the second step. Unfortunately, the second task will not run until the first task has completed, but the first task does not complete until I manually close the program that was opened by the first task.
This of course leaves no program to send the keystrokes to.
How can I accomplish the opening of a program and sending keystrokes to that program, within the same Job?