Question 1 (Important One) While most of the time when you are dealing with Terminal in Applescript, you are doing “one-liners” into and out of a Terminal process, what would be the way to keystroke into (or tell the terminal window) to keystroke in inputs?
In other words, how do I tell an exiting Terminal window with a specific name to do followup script commands once it is open and running?
I have a terminal app that I use a lot that I want to GUI to make more user friendly.
Question 2 (Nice, but not Critical) Is there a way to force a terminal app that normally runs in a window to run as a shell script in the background (like calling the Unix Executable in a shell script?
Thanks!