I am trying to create a basic macro/automation program that will import a text file and then pass string values (line by line) to another application. The two questions I have at this point are:
1) What is the best way to determine whether or not a specific application is currently running? (Check if there is a window with a specific title open (i.e. "Untitled - Notepad" or check to see if a specific executable is currently running (i.e. "notepad.exe" ??
2) Once it's been determined that the program is running, how do I pass data (a string in my case) into a specific text field/area in a currently running windows application (in my case, the "Loan Comments" window as seen in
1) What is the best way to determine whether or not a specific application is currently running? (Check if there is a window with a specific title open (i.e. "Untitled - Notepad" or check to see if a specific executable is currently running (i.e. "notepad.exe" ??
2) Once it's been determined that the program is running, how do I pass data (a string in my case) into a specific text field/area in a currently running windows application (in my case, the "Loan Comments" window as seen in